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.
17 lines
563 B
SCSS
17 lines
563 B
SCSS
2 years ago
|
@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;
|
||
|
}
|