20 lines
474 B
CSS
20 lines
474 B
CSS
@font-face {
|
|
font-family: Manrope;
|
|
font-style: normal;
|
|
font-weight: 200 900;
|
|
src: url(/css/webfonts/Manrope[wght].woff2) format("woff2");
|
|
}
|
|
@font-face {
|
|
font-family: Fraunces;
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
src: url(/css/webfonts/Fraunces[SOFT,WONK,opsz,wght].woff2) format("woff2");
|
|
}
|
|
@font-face {
|
|
font-family: Fraunces;
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
src: url(/css/webfonts/Fraunces-Italic[SOFT,WONK,opsz,wght].woff2) format("woff2");
|
|
}
|
|
|