mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
increase base font size
This commit is contained in:
parent
9935098dae
commit
0ee0cbb053
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user