diff options
Diffstat (limited to 'views/default/css')
-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 { |