diff options
Diffstat (limited to 'views')
-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 +} |