74 lines
1.6 KiB
CSS
74 lines
1.6 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: Neeon;
|
|
src: url(/static/fonts/Neeon.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/SGGrotesqueTest.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;
|
|
}
|
|
|
|
|
|
/*
|
|
@font-face {
|
|
font-family: 'SGGrotesqueRegular';
|
|
src: url('/static/fonts/sg_grotesque-webfont.eot');
|
|
src: url('/static/fonts/sg_grotesque-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('/static/fonts/sg_grotesque-webfont.woff') format('woff'),
|
|
url('/static/fonts/sg_grotesque-webfont.ttf') format('truetype'),
|
|
url('/static/fonts/sg_grotesque-webfont.svg#SGGrotesqueRegular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
*/
|
|
|
|
body {
|
|
font-size: 14px;
|
|
}
|