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/Concrete/cmun-concrete.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/Concrete/cmun-concrete.css')
-rw-r--r-- | fonts/Concrete/cmun-concrete.css | 46 |
1 files changed, 46 insertions, 0 deletions
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;
+}
|