1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
841 B
SCSS

@font-face {
font-family: "moderat";
src: url('/static/fonts/moderat-regular.woff2?#iefix') format('woff2'),
url('/static/fonts/moderat-regular.woff') format('woff'),
url('/static/fonts/moderat-regular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "moderat";
src: url('/static/fonts/moderat-bold.woff2?#iefix') format('woff2'),
url('/static/fonts/moderat-bold.woff') format('woff'),
url('/static/fonts/moderat-bold.otf') format('opentype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "moderat";
src: url('/static/fonts/moderat-black.woff2?#iefix') format('woff2'),
url('/static/fonts/moderat-black.woff') format('woff'),
url('/static/fonts/moderat-black.otf') format('opentype');
font-weight: 900;
font-style: normal;
}