diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 16:24:54 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 16:24:54 -0500 |
commit | 61b50928402b9fd76c48f343cf6b9538028f9b65 (patch) | |
tree | 37cebe168ecacfb6e5cd62754e394df2a3300795 /data | |
parent | 8b0b63d4b1fa74af3ca14338e22b2725f2bc4d56 (diff) |
Update path to fonts
Diffstat (limited to 'data')
-rw-r--r-- | data/static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |