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/Sans/cmun-sans.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 fonts/Sans/cmun-sans.css (limited to 'fonts/Sans/cmun-sans.css') diff --git a/fonts/Sans/cmun-sans.css b/fonts/Sans/cmun-sans.css new file mode 100644 index 0000000..05055e2 --- /dev/null +++ b/fonts/Sans/cmun-sans.css @@ -0,0 +1,47 @@ +@font-face { + font-family: 'Computer Modern Sans'; + src: url('cmunss.eot'); + src: url('cmunss.eot?#iefix') format('embedded-opentype'), + url('cmunss.woff') format('woff'), + url('cmunss.ttf') format('truetype'), + url('cmunss.svg#cmunss') format('svg'); + font-weight: normal; + font-style: normal; +} + + +@font-face { + font-family: 'Computer Modern Sans'; + src: url('cmunsx.eot'); + src: url('cmunsx.eot?#iefix') format('embedded-opentype'), + url('cmunsx.woff') format('woff'), + url('cmunsx.ttf') format('truetype'), + url('cmunsx.svg#cmunsx') format('svg'); + font-weight: bold; + font-style: normal; +} + + +@font-face { + font-family: 'Computer Modern Sans'; + src: url('cmunsi.eot'); + src: url('cmunsi.eot?#iefix') format('embedded-opentype'), + url('cmunsi.woff') format('woff'), + url('cmunsi.ttf') format('truetype'), + url('cmunsi.svg#cmunsi') format('svg'); + font-weight: normal; + font-style: italic; +} + + +@font-face { + font-family: 'Computer Modern Sans'; + src: url('cmunso.eot'); + src: url('cmunso.eot?#iefix') format('embedded-opentype'), + url('cmunso.woff') format('woff'), + url('cmunso.ttf') format('truetype'), + url('cmunso.svg#cmunso') format('svg'); + font-weight: bold; + font-style: italic; +} + -- cgit v1.2.3-70-g09d2