53 lines
1.1 KiB
SCSS
53 lines
1.1 KiB
SCSS
|
|
||
|
// 'Mochiy Pop P One' font
|
||
|
@font-face {
|
||
|
font-family: 'Mochiy Pop P One';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
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');
|
||
|
}
|