nebulosa-css/src/fonts.scss

18 lines
491 B
SCSS

@font-face {
font-family: 'Manrope';
src: local('Manrope'), url("/assets/fonts/Manrope-Variable.woff2") format("woff2");
font-weight: 200 800;
}
@font-face {
font-family: 'Alegreya';
src: local('Alegreya'), url("/assets/fonts/Alegreya-Regular.woff2") format("woff2");
font-weight: 400;
}
@font-face {
font-family: 'Alegreya';
src: local('Alegreya'), url("/assets/fonts/Alegreya-Italic.woff2") format("woff2");
font-weight: 400;
font-style: italic;
}