Update default font-family

This commit is contained in:
James Lyne 2021-09-10 15:31:51 +01:00
parent 83bc0ec86d
commit 287de1f960

View File

@ -240,7 +240,16 @@
} }
body { 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); color: var(--text-base);
text-shadow: var(--text-shadow); text-shadow: var(--text-shadow);
letter-spacing: 0.02rem; letter-spacing: 0.02rem;