mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-15 09:05:47 +01:00
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");
|
||
|
}
|