From 28eaf16f8ee1bcda3404c1e9461b13e6cc9c3ca7 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Tue, 22 Feb 2022 21:53:46 -0500 Subject: build --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 382da4f..86d1fed 100644 --- a/static/style.css +++ b/static/style.css @@ -1,18 +1,18 @@ @font-face { font-family: EBGaramond; - src: url(/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); + src: url(/sumcheck/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(/sumcheck/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations'); font-style: italic; } @font-face { font-family: FiraMono; - src: url(/static/FiraMono-Regular.ttf); + src: url(/sumcheck/static/FiraMono-Regular.ttf); font-style: normal; } -- cgit v1.2.3