14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
// Font definitions
|
|
|
|
@font-face {
|
|
font-family: "Pfeffer";
|
|
src: url("../assets/fonts/pfeffer-simpelgotisch.regular2.otf")
|
|
format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Montserrat";
|
|
src: url("../assets/fonts/Montserrat-Medium.woff") format("woff");
|
|
font-weight: normal;
|
|
}
|