summaryrefslogtreecommitdiff
path: root/public/css/variables/typography.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-27 17:26:58 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-27 17:26:58 +0100
commite8db0811d7e6808c2995f56bd77b76e4aeb95137 (patch)
tree2abfe8e7fe6e01e7b5c0dc7a07d7e8356ff0441b /public/css/variables/typography.css
parent80ac940c0869c78be45a3aa6f204cd89137fe4a2 (diff)
Probably a better font stack
Diffstat (limited to 'public/css/variables/typography.css')
-rw-r--r--public/css/variables/typography.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/public/css/variables/typography.css b/public/css/variables/typography.css
index e59703a..d2ea227 100644
--- a/public/css/variables/typography.css
+++ b/public/css/variables/typography.css
@@ -7,6 +7,22 @@
--font-size-5: calc(8 * var(--relative-eighth-rem));
--font-size-6: calc(8 * var(--relative-eighth-rem));
- --font-serif: Alegreya, -apple-system-ui-serif, 'Goudy Old Style', Garamond, serif;
- --font-sans-serif: 'Alegreya Sans', -apple-system-ui-sans, Lato, Calibri, 'sans-serif';
+ --font-serif:
+ Alegreya,
+ Constantia,
+ -apple-system-ui-serif,
+ "Droid Serif",
+ ui-serif,
+ serif;
+ --font-sans-serif:
+ 'Alegreya Sans',
+ Lato,
+ -apple-system,
+ system-ui,
+ BlinkMacSystemFont,
+ "Segoe UI",
+ Roboto,
+ "Helvetica Neue",
+ Arial,
+ sans-serif;
} \ No newline at end of file