From 0ac5ede240f7101d0e0bbf672e7965f3c8243980 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 21 Feb 2018 20:45:52 -0500 Subject: added computer modern fonts --- fonts/Serif/cmun-serif.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 fonts/Serif/cmun-serif.css (limited to 'fonts/Serif/cmun-serif.css') diff --git a/fonts/Serif/cmun-serif.css b/fonts/Serif/cmun-serif.css new file mode 100644 index 0000000..70fae90 --- /dev/null +++ b/fonts/Serif/cmun-serif.css @@ -0,0 +1,48 @@ +@font-face { + font-family: 'Computer Modern Serif'; + src: url('cmunrm.eot'); + src: url('cmunrm.eot?#iefix') format('embedded-opentype'), + url('cmunrm.woff') format('woff'), + url('cmunrm.ttf') format('truetype'), + url('cmunrm.svg#cmunrm') format('svg'); + font-weight: normal; + font-style: normal; +} + + +@font-face { + font-family: 'Computer Modern Serif'; + src: url('cmunbx.eot'); + src: url('cmunbx.eot?#iefix') format('embedded-opentype'), + url('cmunbx.woff') format('woff'), + url('cmunbx.ttf') format('truetype'), + url('cmunbx.svg#cmunbx') format('svg'); + font-weight: bold; + font-style: normal; +} + + +@font-face { + font-family: 'Computer Modern Serif'; + src: url('cmunti.eot'); + src: url('cmunti.eot?#iefix') format('embedded-opentype'), + url('cmunti.woff') format('woff'), + url('cmunti.ttf') format('truetype'), + url('cmunti.svg#cmunti') format('svg'); + font-weight: normal; + font-style: italic; +} + + +@font-face { + font-family: 'Computer Modern Serif'; + src: url('cmunbi.eot'); + src: url('cmunbi.eot?#iefix') format('embedded-opentype'), + url('cmunbi.woff') format('woff'), + url('cmunbi.ttf') format('truetype'), + url('cmunbi.svg#cmunbi') format('svg'); + font-weight: bold; + font-style: italic; +} + + -- cgit v1.2.3-70-g09d2