Files
drupal-leshed/web/themes/custom/leshed/assets/fonts/epilogue/stylesheet.css
T
2026-07-17 15:39:01 +02:00

19 lines
452 B
CSS

@font-face {
font-family: 'Epilogue';
src: url('Epilogue-Italic.woff2') format('woff2'),
url('Epilogue-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Epilogue';
src: url('Epilogue-Regular.woff2') format('woff2'),
url('Epilogue-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}