From 5bb9c0bf0a90dee7693aacdddbac3814f107e314 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 30 Sep 2024 17:30:28 -0500 Subject: [PATCH] Remove local file check --- src/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 9451e4f568..72e1ce2a2b 100644 --- a/src/style.css +++ b/src/style.css @@ -8,16 +8,14 @@ @font-face { font-family: 'InterVariable'; - src: local('InterVariable'), - url(/assets/fonts/inter/InterVariable.ttf) format('truetype'); + src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype'); font-weight: 300 1000; font-style: normal; font-display: swap; } @font-face { font-family: 'InterVariableItalic'; - src: local('InterVariableItalic'), - url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype'); + src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype'); font-weight: 300 1000; font-style: italic; font-display: swap;