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