54 lines
1.0 KiB
CSS
54 lines
1.0 KiB
CSS
|
|
@font-face {
|
|
font-family: GraublauWeb;
|
|
src: url(/static/fonts/GraublauWeb.otf) format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Tallys;
|
|
src: url(/static/fonts/Tallys_15.otf) format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Fontin;
|
|
src: url(/static/fonts/Fontin-Regular.otf) format("opentype");
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: Tagesschrift;
|
|
src: url(/static/fonts/YanoneTagesschrift.ttf) format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Edgware Road";
|
|
src: url(/static/fonts/edgwareroad.ttf) format("truetype");
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: "Berlin Safari";
|
|
src: url(/static/fonts/berlinsafari.ttf) format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "SG Grotesque";
|
|
src: url('/static/fonts/SG Grotesque.otf' format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "SG Grotesque";
|
|
src: url('/static/fonts/SG Grotesque Bold.otf' format("opentype");
|
|
font-weight: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "SG Grotesque";
|
|
src: url('/static/fonts/SG Grotesque Italic.otf' format("opentype");
|
|
font-weight: italic;
|
|
}
|
|
|
|
body {
|
|
font-size: 14px;
|
|
}
|