From 93db70010e41bb7b7aff2a9be7f84be61bf1dfa7 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 10 Mar 2026 18:11:26 -0700 Subject: [PATCH] Feat: Use local Open Sans font instead of Google Fonts --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 3e14fa8..91a83ea 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('fonts/open-sans-v44-latin-regular.woff2') format('woff2'); +} + html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,