edgware/edgware/static/css/fonts.css
2010-03-15 01:29:35 +05:30

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;
}