From ad8287ba4cb6b67ba6ad77973aad7b00ab2b7d22 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 9 Oct 2023 14:36:35 -0500 Subject: [PATCH] It wasn't loading the font --- public/styles/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index 72d66ec..06a80be 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -2,10 +2,7 @@ @font-face { font-family: 'Source Code Pro'; - font-style: normal; - font-weight: 400; - src: url('/fonts/SourceCodePro.ttf') format('ttf'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; + src: url('/fonts/SourceCodePro.ttf'); } html, body {