User font variable
This commit is contained in:
parent
be14c7e488
commit
8f3e3ed965
|
@ -19,7 +19,7 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
color: color(var(--color-base) l(+20%));
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
font-family: var(--font-sans-serif);
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.6em;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Reference in New Issue