increase base font size

This commit is contained in:
Jonas Duri 2019-01-28 09:24:13 +01:00
parent 9935098dae
commit 0ee0cbb053
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
:root {
--global-font-size: 14px;
--global-font-size: 16px;
--global-line-height: 1.4em;
--global-space: 10px;
--font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;

View File

@ -4,7 +4,7 @@
<%- include('partials/head') %>
<style>
:root {
--global-font-size: 14px;
--global-font-size: 16px;
--global-line-height: 1.4em;
--global-space: 10px;
--font-stack: 'Fira Code',Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;

View File

@ -4,7 +4,7 @@
<%- include('partials/head') %>
<style>
:root {
--global-font-size: 14px;
--global-font-size: 16px;
--global-line-height: 1.4em;
--font-stack: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
--input-style: solid;