winkekatze.tv/assets/scss/_laend_fonts.scss

23 lines
699 B
SCSS
Raw Normal View History

2022-01-18 04:05:22 +01:00
/* eb-garamond-regular - latin */
@font-face {
font-family: 'EB Garamond';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local(''),
url('/fonts/eb-garamond-v19-latin-regular.woff2') format('woff2'),
url('/fonts/eb-garamond-v19-latin-regular.woff') format('woff'),
url('/fonts/eb-garamond-v19-latin-regular.ttf') format('truetype');
}
@font-face {
font-family: Epilogue;
2022-01-18 22:28:18 +01:00
font-style: normal;
2022-01-18 04:05:22 +01:00
font-weight: 700;
font-display: swap;
src: local(''),
2022-01-18 21:58:46 +01:00
url('/fonts/epilogue-v7-latin-700.woff2') format('woff2'),
url('/fonts/epilogue-v7-latin-700.woff') format('woff'),
url('/fonts/epilogue-v7-latin-700.ttf') format('truetype');
2022-01-18 04:05:22 +01:00
}