1
0
Fork 0

Set fonts to Moderat

master
Emil Miler 2 years ago
parent bafb3fa85f
commit 6c5b20f65b

@ -0,0 +1,16 @@
@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;
}

@ -1,3 +1,5 @@
@import "fonts";
$col-white: #fff;
$col-bg: #0b1b2e;
$col-accent: #845368;
@ -13,6 +15,9 @@ body {
padding: 0;
background-color: $col-bg;
color: $col-white;
line-height: 1.5;
font-family: "moderat", sans-serif;
}
img {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save