From 61b50928402b9fd76c48f343cf6b9538028f9b65 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 16:24:54 -0500 Subject: Update path to fonts --- data/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/static/style.css b/data/static/style.css index 0a00771..edb0c30 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -1,13 +1,13 @@ @font-face { font-family: 'DejaVu Sans'; - src: url('/static/dejavu-sans-fontfacekit/web fonts/dejavu_regular_macroman/DejaVuSans-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavu_regular_macroman/DejaVuSans-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DejaVu Sans'; - src: url('/static/dejavu-sans-fontfacekit/web fonts/dejavu_extralight_macroman/DejaVuSans-ExtraLight-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavu_extralight_macroman/DejaVuSans-ExtraLight-webfont.woff') format('woff'); font-weight: lighter; font-style: normal; } -- cgit v1.2.3