edgware/edgware/static/css/fonts.css

75 lines
1.6 KiB
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");
}
2011-06-30 03:03:31 +05:30
@font-face {
font-family: Neeon;
src: url(/static/fonts/Neeon.otf) format("opentype");
}
2010-03-15 01:29:35 +05:30
@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");
}
2010-07-29 05:08:20 +05:30
@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");
}
2011-05-09 17:43:59 +05:30
@font-face {
font-family: "SG Grotesque";
2011-05-09 17:43:59 +05:30
src: url(/static/fonts/SGGrotesqueTest.otf) format("opentype");
}
2011-05-09 17:43:59 +05:30
@font-face {
font-family: "SG Grotesque";
2011-05-09 17:43:59 +05:30
src: url('/static/fonts/SG Grotesque Bold.otf') format("opentype");
font-weight: bold;
2011-05-09 17:43:59 +05:30
@font-face {
font-family: "SG Grotesque";
2011-05-09 17:43:59 +05:30
src: url('/static/fonts/SG Grotesque Italic.otf') format("opentype");
font-weight: italic;
}
2011-05-09 17:43:59 +05:30
/*
@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;
}
*/
2010-03-15 01:29:35 +05:30
body {
font-size: 14px;
}