From cbc9c4dc7da46fc2b97e38b47dcc60dae01e452f Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Thu, 26 May 2022 19:16:04 -0500 Subject: [PATCH] Update index.html --- website/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 0c4c96dd..825bcaea 100644 --- a/website/index.html +++ b/website/index.html @@ -44,7 +44,7 @@ body { margin: 1em auto; max-width: 32em; - font-family: sans-serif; + font-family: "Noto Sans", sans-serif; padding: 1rem; color: var(--fontcolor); background-color: var(--bgcolor); @@ -60,6 +60,13 @@ a:active { color: var(--visitedcolor); } + @font-face { + font-family: 'Noto Sans'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local("Noto Sans"),url(/fonts/noto-sans-v27-latin-regular.woff2) format("woff2"),url(/fonts/noto-sans-v27-latin-regular.woff) format("woff") + }