summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-22 22:07:53 +0200
committerfoockinho <foockinho@lorea.org>2012-08-22 22:07:53 +0200
commit2dc2e5a2678510058068b616f62bc4910f216bf2 (patch)
tree99ee28bd444ba37471c318957bc79ac60fdae3e2
parent9a6cfab659c281bd9cb7ed1cc41b6d9f2737db85 (diff)
downloadsaravea_theme-2dc2e5a2678510058068b616f62bc4910f216bf2.tar.gz
saravea_theme-2dc2e5a2678510058068b616f62bc4910f216bf2.tar.bz2
replaced bold typography for semibold
-rw-r--r--views/default/css/elements/typography.php4
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 {