22 lines
699 B
SCSS
22 lines
699 B
SCSS
/* 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;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: local(''),
|
|
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');
|
|
}
|