diff options
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;
+}
+
|