summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-18 20:33:37 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-18 20:33:37 +0100
commitd1b74fa2575cc435036a461e2dbc3c10865e3d96 (patch)
tree9bf71f6a448c506fd112fd7464811142ecbacaf2
parent9f764e0c64f76f780be50e66dde18d0f56d48190 (diff)
Changes font stack
-rw-r--r--public/css/variables/typography.css34
1 files changed, 24 insertions, 10 deletions
diff --git a/public/css/variables/typography.css b/public/css/variables/typography.css
index 810a129..f8515fd 100644
--- a/public/css/variables/typography.css
+++ b/public/css/variables/typography.css
@@ -9,20 +9,34 @@
--font-serif:
Alegreya,
- Sitka, "Sitka Display", "Sitka Heading", "Sitka Text",
-apple-system-ui-serif,
- "Droid Serif",
- ui-serif,
- serif;
+ Iowan Old Style,
+ Apple Garamond,
+ Baskerville,
+ Sitka, "Sitka Display", "Sitka Heading", "Sitka Text",
+ Times New Roman,
+ Droid Serif,
+ Times,
+ Source Serif Pro,
+ serif,
+ Apple Color Emoji,
+ Segoe UI Emoji,
+ Segoe UI Symbol;
+
--font-sans-serif:
'Alegreya Sans',
Lato,
-apple-system,
- system-ui,
BlinkMacSystemFont,
- "Segoe UI",
- Roboto,
- "Helvetica Neue",
- Arial,
- sans-serif;
+ avenir next,
+ avenir,
+ segoe ui,
+ helvetica neue,
+ helvetica,
+ Cantarell,
+ Ubuntu,
+ roboto,
+ noto,
+ arial,
+ sans-serif
} \ No newline at end of file