]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Added italic variant of OpenSans type
authorfoockinho <foockinho@lorea.org>
Tue, 21 Aug 2012 18:03:00 +0000 (20:03 +0200)
committerfoockinho <foockinho@lorea.org>
Tue, 21 Aug 2012 18:03:00 +0000 (20:03 +0200)
views/default/css/elements/typography.php

index 2438dc93ca8d35df144b2a7072fd729b7e689c51..dbfb21e07a0da1f3574d2f763d2f1ec0d3779035 100644 (file)
        font-weight: 700;
 }
 
+@font-face {
+       font-family: "Open Sans";
+       font-style: italic;
+       src: url("<?php echo elgg_get_site_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
+}