diff options
author | foockinho <foockinho@lorea.org> | 2012-08-22 22:07:53 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-22 22:07:53 +0200 |
commit | 2dc2e5a2678510058068b616f62bc4910f216bf2 (patch) | |
tree | 99ee28bd444ba37471c318957bc79ac60fdae3e2 /views/default/css/elements | |
parent | 9a6cfab659c281bd9cb7ed1cc41b6d9f2737db85 (diff) | |
download | saravea_theme-2dc2e5a2678510058068b616f62bc4910f216bf2.tar.gz saravea_theme-2dc2e5a2678510058068b616f62bc4910f216bf2.tar.bz2 |
replaced bold typography for semibold
Diffstat (limited to 'views/default/css/elements')
-rw-r--r-- | views/default/css/elements/typography.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 1b01e42..e513a03 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -20,8 +20,8 @@ @font-face { font-family: "Open Sans"; font-style: bold; - src: url("<?php echo elgg_get_site_url(); ?>/mod/n1_theme/vendors/opensans/OpenSans-Bold.ttf"); - font-weight: 700; + src: url("<?php echo elgg_get_site_url(); ?>/mod/n1_theme/vendors/opensans/OpenSans-Semibold.ttf"); + font-weight: 600; } @font-face { |