Weatherscan/src/scss/_fonts.scss

33 lines
813 B
SCSS
Raw Normal View History

2018-09-12 03:43:44 +00:00
@font-face {
2018-09-12 03:51:51 +00:00
font-family: 'Interstate';
src: url('/fonts/Interstate-Bold.woff2') format('woff2'),
url('/fonts/Interstate-Bold.woff') format('woff');
font-weight: bold;
2018-09-12 03:43:44 +00:00
font-style: normal;
}
@font-face {
2018-09-12 03:51:51 +00:00
font-family: 'Interstate Mono';
src: url('/fonts/InterstateMono.woff2') format('woff2'),
url('/fonts/InterstateMono.woff') format('woff');
2018-09-12 03:43:44 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
2018-09-12 03:51:51 +00:00
font-family: 'Interstate';
src: url('/fonts/Interstate-Regular.woff2') format('woff2'),
url('/fonts/Interstate-Regular.woff') format('woff');
2018-09-12 03:43:44 +00:00
font-weight: normal;
font-style: normal;
}
@font-face {
2018-09-12 03:51:51 +00:00
font-family: 'Zemestro Std';
src: url('/fonts/ZemestroStd.woff2') format('woff2'),
url('/fonts/ZemestroStd.woff') format('woff');
font-weight: normal;
2018-09-12 03:43:44 +00:00
font-style: normal;
2018-09-12 03:51:51 +00:00
}