diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:25:17 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-05 21:25:17 -0500 |
commit | 143067e0f40323cc2a6936d1d63b27500e2518bb (patch) | |
tree | b64b49cf191e7ba76c3d7e87f7a349c0f9a6444c | |
parent | 749337205554adfc98e918a0adc903f4e53dca8b (diff) |
Update to full font set
-rw-r--r-- | data/static/style.css | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/data/static/style.css b/data/static/style.css index edb0c30..97d1c43 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -1,13 +1,34 @@ @font-face { font-family: 'DejaVu Sans'; - src: url('/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavu_regular_macroman/DejaVuSans-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/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 fonts/dejavu_extralight_macroman/DejaVuSans-ExtraLight-webfont.woff') format('woff'); + src: url('/static/fonts/dejavu-sans-fontfacekit/web 20fonts/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'); + 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'); + 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'); font-weight: lighter; font-style: normal; } @@ -38,7 +59,7 @@ body { background-attachment: fixed; background-position: top center; background-color: var(--primary-color); - font-family: 'DejaVu Sans', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .imgGrid { |