From f97d476b495126fd2474b8e3a2968658395d2a0f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 13 Mar 2024 17:09:48 -0400 Subject: Complete restructure --- .../dejavusans_boldoblique_macroman/stylesheet.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/assets/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/stylesheet.css (limited to 'static/assets/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/stylesheet.css') diff --git a/static/assets/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/stylesheet.css b/static/assets/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/stylesheet.css new file mode 100644 index 0000000..3dcbfa9 --- /dev/null +++ b/static/assets/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_boldoblique_macroman/stylesheet.css @@ -0,0 +1,13 @@ +@font-face { + font-family: 'dejavu_sansbold_oblique'; + src: url('DejaVuSans-BoldOblique-webfont.eot'); + src: url('DejaVuSans-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'), + url('DejaVuSans-BoldOblique-webfont.woff2') format('woff2'), + url('DejaVuSans-BoldOblique-webfont.woff') format('woff'), + url('DejaVuSans-BoldOblique-webfont.ttf') format('truetype'), + url('DejaVuSans-BoldOblique-webfont.svg#dejavu_sansbold_oblique') format('svg'); + font-weight: normal; + font-style: normal; + +} + -- cgit v1.2.3