|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: WonderType Regular;
|
|
|
|
|
src: url("/fonts/WonderType-Regular.otf") format("opentype"),
|
|
|
|
|
src: url("fonts/WonderType-Regular.otf") format("opentype"),
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: ApfelGrotezk Regular;
|
|
|
|
|
src:
|
|
|
|
|
url("/fonts/ApfelGrotezk-Regular.otf") format("opentype"),
|
|
|
|
|
url("/fonts/ApfelGrotezk-Regular.woff") format("woff");
|
|
|
|
|
url("fonts/ApfelGrotezk-Regular.otf") format("opentype"),
|
|
|
|
|
url("fonts/ApfelGrotezk-Regular.woff") format("woff");
|
|
|
|
|
}
|
|
|
|
|
body{
|
|
|
|
|
background-color: #c5ff26;
|
|
|
|
|