2010-07-27 06:02:02 +05:30
|
|
|
|
2010-03-15 01:29:35 +05:30
|
|
|
@font-face {
|
2010-07-27 06:02:02 +05:30
|
|
|
font-family: GraublauWeb;
|
2010-03-15 01:29:35 +05:30
|
|
|
src: url(/static/fonts/GraublauWeb.otf) format("opentype");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2010-07-27 06:02:02 +05:30
|
|
|
font-family: Tallys;
|
2010-03-15 01:29:35 +05:30
|
|
|
src: url(/static/fonts/Tallys_15.otf) format("opentype");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2010-07-27 06:02:02 +05:30
|
|
|
font-family: Fontin;
|
|
|
|
src: url(/static/fonts/Fontin-Regular.otf) format("opentype");
|
2010-03-15 01:29:35 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
2010-07-27 06:02:02 +05:30
|
|
|
font-family: Tagesschrift;
|
2010-03-15 01:29:35 +05:30
|
|
|
src: url(/static/fonts/YanoneTagesschrift.ttf) format("truetype");
|
|
|
|
}
|
|
|
|
|
2010-07-27 06:02:02 +05:30
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
|
|
|
|
2010-03-15 01:29:35 +05:30
|
|
|
body {
|
|
|
|
font-size: 14px;
|
2010-07-27 06:02:02 +05:30
|
|
|
}
|