winkekatze.tv/assets/scss/_fonts.scss
2022-01-14 02:21:52 +01:00

53 lines
1.2 KiB
SCSS

// 'Mochiy Pop P One' font
@font-face {
font-family: 'Mochiy Pop P One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/mochiypoppone.ttf) format('truetype');
}
// Lato font
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(/fonts/lato_italic_400.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(/fonts/lato_italic_700.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 900;
font-display: swap;
src: url(/fonts/lato_italic_900.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/lato_normal_400.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/fonts/lato_normal_700.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(/fonts/lato_normal_900.ttf) format('truetype');
}