font style

This commit is contained in:
Gaspard Jankowiak 2014-01-28 17:13:59 +01:00
commit a971056d3a
2 changed files with 5 additions and 4 deletions

View file

@ -69,8 +69,9 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
}
@font-face {
font-family: "OpenSansItalic";
font-family: "OpenSans";
src: url('/stylesheets/fonts/OpenSans-Italic.woff') format('woff');
font-style: italic;
}
html, body {
@ -156,7 +157,7 @@ footer {
}
em {
font-family: OpenSansItalic;
font-style: italic;
}
table {