From 2dc2e5a2678510058068b616f62bc4910f216bf2 Mon Sep 17 00:00:00 2001 From: foockinho Date: Wed, 22 Aug 2012 22:07:53 +0200 Subject: replaced bold typography for semibold --- views/default/css/elements/typography.php | 4 ++-- 1 file 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("/mod/n1_theme/vendors/opensans/OpenSans-Bold.ttf"); - font-weight: 700; + src: url("/mod/n1_theme/vendors/opensans/OpenSans-Semibold.ttf"); + font-weight: 600; } @font-face { -- cgit v1.2.3