25 lines
465 B
CSS
25 lines
465 B
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");
|
|
}
|
|
|
|
body {
|
|
font-size: 14px;
|
|
}
|
|
|