favycon/styles/font.scss
Rui Saraiva babe9079bf
feat(styles): add base styles, font, and favicon (#12)
* feat(styles): add base styles, font, and favicon

* style(favicon): update current favicon
2020-04-11 09:17:59 +01:00

35 lines
911 B
SCSS

@font-face {
font-family: 'Manrope';
src: url('/fonts/Manrope/Manrope-Regular.woff2') format('woff2'),
url('/fonts/Manrope/Manrope-Regular.woff') format('woff');
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url('/fonts/Manrope/Manrope-Medium.woff2') format('woff2'),
url('/fonts/Manrope/Manrope-Medium.woff') format('woff');
font-style: normal;
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url('/fonts/Manrope/Manrope-SemiBold.woff2') format('woff2'),
url('/fonts/Manrope/Manrope-SemiBold.woff') format('woff');
font-style: normal;
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: 'Manrope';
src: url('/fonts/Manrope/Manrope-Bold.woff2') format('woff2'), url('/fonts/Manrope/Manrope-Bold.woff') format('woff');
font-style: normal;
font-weight: 700;
font-display: swap;
}