From: foockinho Date: Tue, 21 Aug 2012 18:03:00 +0000 (+0200) Subject: Added italic variant of OpenSans type X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f9e27fbd1cd4df89b66e575dee42bc18d1e661d1;p=lorea%2Fsaravea_theme.git Added italic variant of OpenSans type --- diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 2438dc9..dbfb21e 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -24,6 +24,13 @@ font-weight: 700; } +@font-face { + font-family: "Open Sans"; + font-style: italic; + src: url("/mod/n1_theme/vendors/opensans/OpenSans-Italic.ttf"); + font-weight: 400; +} + body { font-size: 80%; line-height: 1.4em; @@ -171,4 +178,4 @@ h6 { font-size: 0.8em; } } .elgg-output img { max-width: 100%; -} \ No newline at end of file +}