Update default font-family
This commit is contained in:
parent
83bc0ec86d
commit
287de1f960
11
index.html
11
index.html
@ -240,7 +240,16 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Raleway, sans-serif;
|
||||
font-family: Raleway,
|
||||
system-ui,
|
||||
-apple-system,
|
||||
'Segoe UI',
|
||||
Roboto,
|
||||
Helvetica,
|
||||
Arial,
|
||||
sans-serif,
|
||||
'Apple Color Emoji',
|
||||
'Segoe UI Emoji';
|
||||
color: var(--text-base);
|
||||
text-shadow: var(--text-shadow);
|
||||
letter-spacing: 0.02rem;
|
||||
|
Loading…
Reference in New Issue
Block a user