edgware/edgware/static/css/fonts.css

49 lines
963 B
CSS
Raw Normal View History

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