winkekatze.tv/assets/scss/_fonts.scss

80 lines
2.2 KiB
SCSS
Raw Normal View History

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-18 04:05:22 +01:00
font-family: 'Mochiy Pop One';
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(''),
2022-01-16 04:52:25 +01:00
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-18 04:05:22 +01:00
font-family: 'Lato';
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-18 04:05:22 +01:00
font-family: 'Lato';
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-18 04:05:22 +01:00
font-family: 'Lato';
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
}
2022-01-16 04:52:25 +01:00
@font-face {
2022-01-18 04:05:22 +01:00
font-family: 'Lato';
2022-01-16 04:52:25 +01:00
font-style: italic;
font-weight: 400;
font-display: swap;
src: local(''),
url('/fonts/lato-v20-latin-italic.woff2') format('woff2'),
url('/fonts/lato-v20-latin-italic.woff') format('woff'),
url('/fonts/lato-v20-latin-italic.ttf') format('truetype');
}
@font-face {
2022-01-18 04:05:22 +01:00
font-family: 'Lato';
2022-01-16 04:52:25 +01:00
font-style: italic;
font-weight: 700;
font-display: swap;
src: local(''),
url('/fonts/lato-v20-latin-700italic.woff2') format('woff2'),
url('/fonts/lato-v20-latin-700italic.woff') format('woff'),
url('/fonts/lato-v20-latin-700italic.ttf') format('truetype');
}
@font-face {
2022-01-18 04:05:22 +01:00
font-family: 'Lato';
2022-01-16 04:52:25 +01:00
font-style: italic;
font-weight: 900;
font-display: swap;
src: local(''),
url('/fonts/lato-v20-latin-900italic.woff2') format('woff2'),
url('/fonts/lato-v20-latin-900italic.woff') format('woff'),
url('/fonts/lato-v20-latin-900italic.ttf') format('truetype');
}