2022-01-14 02:18:09 +01:00
|
|
|
|
2022-01-16 02:17:41 +01:00
|
|
|
/* mochiy-pop-one-regular - latin */
|
2022-01-14 02:18:09 +01:00
|
|
|
@font-face {
|
2022-01-16 02:17:41 +01:00
|
|
|
font-family: $headline_font;
|
2022-01-14 02:18:09 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2022-01-14 02:21:52 +01:00
|
|
|
font-display: swap;
|
2022-01-16 02:17:41 +01:00
|
|
|
src: local(''),
|
|
|
|
url('../fonts/mochiy-pop-one-v5-latin-regular.woff2') format('woff2'),
|
|
|
|
url('../fonts/mochiy-pop-one-v5-latin-regular.woff') format('woff'),
|
|
|
|
url('../fonts/mochiy-pop-one-v5-latin-regular.ttf') format('truetype'),
|
2022-01-14 02:18:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
// Lato font
|
|
|
|
@font-face {
|
2022-01-16 02:17:41 +01:00
|
|
|
font-family: $main_font;
|
2022-01-14 02:18:09 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: swap;
|
2022-01-16 02:17:41 +01:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/lato-v20-latin-regular.woff2') format('woff2'),
|
|
|
|
url('/fonts/lato-v20-latin-regular.woff') format('woff'),
|
|
|
|
url('/fonts/lato-v20-latin-regular.ttf') format('truetype');
|
2022-01-14 02:18:09 +01:00
|
|
|
}
|
2022-01-16 02:17:41 +01:00
|
|
|
|
2022-01-14 02:18:09 +01:00
|
|
|
@font-face {
|
2022-01-16 02:17:41 +01:00
|
|
|
font-family: $main_font;
|
2022-01-14 02:18:09 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-display: swap;
|
2022-01-16 02:17:41 +01:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/lato-v20-latin-700.woff2') format('woff2'),
|
|
|
|
url('/fonts/lato-v20-latin-700.woff') format('woff'),
|
|
|
|
url('/fonts/lato-v20-latin-700.ttf') format('truetype');
|
2022-01-14 02:18:09 +01:00
|
|
|
}
|
2022-01-16 02:17:41 +01:00
|
|
|
|
2022-01-14 02:18:09 +01:00
|
|
|
@font-face {
|
2022-01-16 02:17:41 +01:00
|
|
|
font-family: $main_font;
|
2022-01-14 02:18:09 +01:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
|
|
|
font-display: swap;
|
2022-01-16 02:17:41 +01:00
|
|
|
src: local(''),
|
|
|
|
url('/fonts/lato-v20-latin-900.woff2') format('woff2'),
|
|
|
|
url('/fonts/lato-v20-latin-900.woff') format('woff'),
|
|
|
|
url('/fonts/lato-v20-latin-900.ttf') format('truetype');
|
2022-01-14 02:18:09 +01:00
|
|
|
}
|