From e8db0811d7e6808c2995f56bd77b76e4aeb95137 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:26:58 +0100 Subject: Probably a better font stack --- public/css/variables/typography.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'public/css') 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 -- cgit v1.2.3