From 287de1f960b2f139ba389b0c9123deb8fc3706c2 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Fri, 10 Sep 2021 15:31:51 +0100 Subject: [PATCH] Update default font-family --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7b754d3..a292f5d 100644 --- a/index.html +++ b/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;