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