diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:45:52 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:45:52 -0500 |
commit | 0ac5ede240f7101d0e0bbf672e7965f3c8243980 (patch) | |
tree | b8cc937d6003cf585dade5108715f8f78c4cda38 /fonts/Bright Semibold/cmun-bright-semibold.css | |
parent | 1ec1a0fb867b11b3005d7693c35c99dead94db8b (diff) | |
download | aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.tar.gz aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.tar.bz2 aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.zip |
added computer modern fonts
Diffstat (limited to 'fonts/Bright Semibold/cmun-bright-semibold.css')
-rw-r--r-- | fonts/Bright Semibold/cmun-bright-semibold.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fonts/Bright Semibold/cmun-bright-semibold.css b/fonts/Bright Semibold/cmun-bright-semibold.css new file mode 100644 index 0000000..74c833e --- /dev/null +++ b/fonts/Bright Semibold/cmun-bright-semibold.css @@ -0,0 +1,22 @@ +@font-face {
+ font-family: 'Computer Modern Bright Semibold';
+ src: url('cmunbsr.eot');
+ src: url('cmunbsr.eot?#iefix') format('embedded-opentype'),
+ url('cmunbsr.woff') format('woff'),
+ url('cmunbsr.ttf') format('truetype'),
+ url('cmunbsr.svg#cmunbsr') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Computer Modern Bright Semibold';
+ src: url('cmunbso.eot');
+ src: url('cmunbso.eot?#iefix') format('embedded-opentype'),
+ url('cmunbso.woff') format('woff'),
+ url('cmunbso.ttf') format('truetype'),
+ url('cmunbso.svg#cmunbso') format('svg');
+ font-weight: normal;
+ font-style: italic;
+}
+
|