Better fonts II
This commit is contained in:
parent
9cecc37416
commit
850440dc77
50
assets/css/style.scss
Normal file
50
assets/css/style.scss
Normal file
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('../fonts/ComputerModernBright/cmunbmr.eot');
|
||||
src: url('../fonts/ComputerModernBright/cmunbmr.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ComputerModernBright/cmunbmr.woff') format('woff'),
|
||||
url('../fonts/ComputerModernBright/cmunbmr.ttf') format('truetype'),
|
||||
url('../fonts/ComputerModernBright/cmunbmr.svg#cmunbmr') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('../fonts/ComputerModernBright/cmunbbx.eot');
|
||||
src: url('../fonts/ComputerModernBright/cmunbbx.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ComputerModernBright/cmunbbx.woff') format('woff'),
|
||||
url('../fonts/ComputerModernBright/cmunbbx.ttf') format('truetype'),
|
||||
url('../fonts/ComputerModernBright/cmunbbx.svg#cmunbbx') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('../fonts/ComputerModernBright/cmunbmo.eot');
|
||||
src: url('../fonts/ComputerModernBright/cmunbmo.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ComputerModernBright/cmunbmo.woff') format('woff'),
|
||||
url('../fonts/ComputerModernBright/cmunbmo.ttf') format('truetype'),
|
||||
url('../fonts/ComputerModernBright/cmunbmo.svg#cmunbmo') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('../fonts/ComputerModernBright/cmunbxo.eot');
|
||||
src: url('../fonts/ComputerModernBright/cmunbxo.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ComputerModernBright/cmunbxo.woff') format('woff'),
|
||||
url('../fonts/ComputerModernBright/cmunbxo.ttf') format('truetype'),
|
||||
url('../fonts/ComputerModernBright/cmunbxo.svg#cmunbxo') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
45
style.css
45
style.css
|
@ -1,45 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('fonts/ComputerModernBright/cmunbmr.eot');
|
||||
src: url('fonts/ComputerModernBright/cmunbmr.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/ComputerModernBright/cmunbmr.woff') format('woff'),
|
||||
url('fonts/ComputerModernBright/cmunbmr.ttf') format('truetype'),
|
||||
url('fonts/ComputerModernBright/cmunbmr.svg#cmunbmr') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('fonts/ComputerModernBright/cmunbbx.eot');
|
||||
src: url('fonts/ComputerModernBright/cmunbbx.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/ComputerModernBright/cmunbbx.woff') format('woff'),
|
||||
url('fonts/ComputerModernBright/cmunbbx.ttf') format('truetype'),
|
||||
url('fonts/ComputerModernBright/cmunbbx.svg#cmunbbx') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('fonts/ComputerModernBright/cmunbmo.eot');
|
||||
src: url('fonts/ComputerModernBright/cmunbmo.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/ComputerModernBright/cmunbmo.woff') format('woff'),
|
||||
url('fonts/ComputerModernBright/cmunbmo.ttf') format('truetype'),
|
||||
url('fonts/ComputerModernBright/cmunbmo.svg#cmunbmo') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Computer Modern Bright';
|
||||
src: url('fonts/ComputerModernBright/cmunbxo.eot');
|
||||
src: url('fonts/ComputerModernBright/cmunbxo.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/ComputerModernBright/cmunbxo.woff') format('woff'),
|
||||
url('fonts/ComputerModernBright/cmunbxo.ttf') format('truetype'),
|
||||
url('fonts/ComputerModernBright/cmunbxo.svg#cmunbxo') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user