nunosempere.github.io/assets/css/style.scss

58 lines
1.9 KiB
SCSS
Raw Normal View History

2020-05-24 15:50:11 +00:00
---
---
@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;
}
2020-05-24 16:10:52 +00:00
h1 {
color: "black"
}
2020-05-24 16:15:26 +00:00
h2 {
color: "black"
}