winkekatze.tv/assets/scss/_fonts.scss
2022-01-16 03:16:34 +01:00

46 lines
1.3 KiB
SCSS

/* mochiy-pop-one-regular - latin */
@font-face {
font-family: $headline_font;
font-style: normal;
font-weight: 400;
font-display: swap;
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'),
}
// Lato font
@font-face {
font-family: $main_font;
font-style: normal;
font-weight: 400;
font-display: swap;
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');
}
@font-face {
font-family: $main_font;
font-style: normal;
font-weight: 700;
font-display: swap;
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');
}
@font-face {
font-family: $main_font;
font-style: normal;
font-weight: 900;
font-display: swap;
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');
}