From 869c2914d62decc719ab597a9049bd556c3f7997 Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 17 Aug 2012 01:50:31 +0200 Subject: Added Open Sans font family. --- views/default/css/elements/typography.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index 0da353f..ccd0a32 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -10,10 +10,24 @@ /* *************************************** Typography *************************************** */ +@font-face { + font-family: "Open Sans"; + font-style: normal; + font-weight: 400; + src: url("/mod/n1_theme/vendors/opensans/OpenSans-Regular.ttf"); +} + +@font-face { + font-family: "Open Sans"; + font-style: bold; + src: url("/mod/n1_theme/vendors/opensans/OpenSans-Bold.ttf"); + font-weight: 700; +} + body { - font-size: 85%; + font-size: 75%; line-height: 1.4em; - font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif; + font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif; } a { -- cgit v1.2.3