19 lines
496 B
CSS
19 lines
496 B
CSS
|
|
|
|
@font-face {
|
|
font-family: 'Epilogue';
|
|
src: url('Epilogue-Italic-VariableFont_wght.ttf') format('woff2');
|
|
src: url('Epilogue-Italic-VariableFont_wght.ttf') format('woff2') tech(variations);
|
|
font-weight: 100 900;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Epilogue';
|
|
src: url('Epilogue-VariableFont_wght.ttf') format('woff2');
|
|
src: url('Epilogue-VariableFont_wght.ttf') format('woff2') tech(variations);
|
|
font-weight: 100 900;
|
|
font-style: normal;
|
|
}
|
|
|