From 3a9dbb0403357b6eb0fadb9347a125c4f770ed61 Mon Sep 17 00:00:00 2001 From: Joshua Joseph Date: Wed, 15 May 2024 11:08:01 -0400 Subject: [PATCH] :zap: optimize font loading --- head.html | 3 +++ src/styles.css | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/head.html b/head.html index 8a15310..c048bb8 100644 --- a/head.html +++ b/head.html @@ -7,6 +7,9 @@ Joshua Joseph + + + diff --git a/src/styles.css b/src/styles.css index e429013..4082467 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600'); - :root { --black: #21252b; --gray: #323844;