14 lines
323 B
SCSS
14 lines
323 B
SCSS
@font-face {
|
|
font-family: 'EB Garamond';
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url("/fonts/eb-garamond.woff2") format("woff2");
|
|
}
|
|
@font-face {
|
|
font-family: 'EB Garamond';
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
font-style: italic;
|
|
src: url("/fonts/eb-garamond-italic.woff2") format("woff2");
|
|
}
|