From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- .../web fonts/dejavusans_regular_macroman/stylesheet.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css (limited to 'static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css') diff --git a/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css b/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css new file mode 100644 index 0000000..3c47fe3 --- /dev/null +++ b/static/fonts/dejavu-sans-fontfacekit/web fonts/dejavusans_regular_macroman/stylesheet.css @@ -0,0 +1,13 @@ +@font-face { + font-family: 'dejavu_sansbook'; + src: url('DejaVuSans-webfont.eot'); + src: url('DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'), + url('DejaVuSans-webfont.woff2') format('woff2'), + url('DejaVuSans-webfont.woff') format('woff'), + url('DejaVuSans-webfont.ttf') format('truetype'), + url('DejaVuSans-webfont.svg#dejavu_sansbook') format('svg'); + font-weight: normal; + font-style: normal; + +} + -- cgit v1.2.3