diff options
author | foockinho <foockinho@lorea.org> | 2012-08-21 20:03:00 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-21 20:03:00 +0200 |
commit | f9e27fbd1cd4df89b66e575dee42bc18d1e661d1 (patch) | |
tree | e8bf0a4018bfb479fc113db42f3202c8a4cc960b /views/default/css/elements | |
parent | 301f76dcb3a3d59b79e51413e35004313d7c1797 (diff) | |
download | saravea_theme-f9e27fbd1cd4df89b66e575dee42bc18d1e661d1.tar.gz saravea_theme-f9e27fbd1cd4df89b66e575dee42bc18d1e661d1.tar.bz2 |
Added italic variant of OpenSans type
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/typography.php | 9 |
1 files changed, 8 insertions, 1 deletions
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("<?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 +} |