Add color theme
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
12
assets/sass/fonts.scss
Normal file
12
assets/sass/fonts.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
:root {
|
||||
--line-height: 1.5;
|
||||
--font-family:
|
||||
system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
|
||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
font-family: var(--font-family);
|
||||
line-height: var(--line-height);
|
||||
}
|
Reference in New Issue
Block a user