diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:30:36 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:30:36 -0500 |
commit | ac3e1506ac5a876e66c3aed47c58eb322498495f (patch) | |
tree | bc75af634aa0b871ae0a8dd9e613700e9e6e5b9a /data/static/style.css | |
parent | 43f4e318b4902901d1caba1d8de8b14f10e4f20d (diff) |
Fix URL
Diffstat (limited to 'data/static/style.css')
-rw-r--r-- | data/static/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/static/style.css b/data/static/style.css index 0fb0f73..079f4b4 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -1,34 +1,34 @@ @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/dejavusans_regular_macroman/DejaVuSans-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/DejaVuSans-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_bold_macroman/DejaVuSans-Bold-webfont.woff') format('woff'); font-weight: bold; font-style: normal; } @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/dejavusans_oblique_macroman/DejaVuSans-Oblique-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_oblique_macroman/DejaVuSans-Oblique-webfont.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/dejavusans_boldoblique_macroman/DejaVuSans-BoldOblique-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/DejaVuSans-BoldOblique-webfont.woff') format('woff'); font-weight: bold; font-style: italic; } @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/dejavusans_extralight_macroman/DejaVuSans-ExtraLight-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_extralight_macroman/DejaVuSans-ExtraLight-webfont.woff') format('woff'); font-weight: lighter; font-style: normal; } |