From 777f16fd5cee89acd0fa2f6ce521853c7b0c385d Mon Sep 17 00:00:00 2001
From: cyfraeviolae <cyfraeviolae>
Date: Fri, 25 Feb 2022 16:30:35 -0500
Subject: fix font css link

---
 static/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/style.css b/static/style.css
index 1e8103a..97484ea 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,12 +1,12 @@
 @font-face {
 	font-family: EBGaramond;
-	src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
+	src: url(/spectral-renga/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
 	font-style: normal;
 }
 
 @font-face {
 	font-family: EBGaramond;
-	src: url(/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
+	src: url(/spectral-renga/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
 	font-style: italic;
 }
 
-- 
cgit v1.2.3