about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-30 17:43:14 -0500
committerGitHub <noreply@github.com>2024-09-30 17:43:14 -0500
commitb59d6dfbb5957d53e730b2a5096492e127e2818b (patch)
treee3eb0764a815596bfba883c3a14ca0fa50722368 /src
parent2129f69fa0fdf85645fabe77f0803beb6d93f819 (diff)
downloadvoidsky-b59d6dfbb5957d53e730b2a5096492e127e2818b.tar.zst
Remove local file check (#5544)
Diffstat (limited to 'src')
-rw-r--r--src/style.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/style.css b/src/style.css
index 9451e4f56..72e1ce2a2 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;