[Xfce4-commits] <www:master> Fix font.

Nick Schermer noreply at xfce.org
Wed Feb 29 15:36:01 CET 2012


Updating branch refs/heads/master
         to 860ecd545cbb7fdc40f04afbf2373ca4e5f0b3d3 (commit)
       from b4554cce227cc4dac245f8d41f27de911142ff25 (commit)

commit 860ecd545cbb7fdc40f04afbf2373ca4e5f0b3d3
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Feb 29 15:34:07 2012 +0100

    Fix font.

 style/base.css   |    3 ++-
 style/header.css |    1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/style/base.css b/style/base.css
index b9f09af..693d43c 100644
--- a/style/base.css
+++ b/style/base.css
@@ -1,7 +1,8 @@
 body {
 	margin: 0;
         padding: 0;
-	font-family: 80% 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
+	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
+	font-size: 80%;
 	line-height: 1.7em;
 	background-color: #eee;
 }
diff --git a/style/header.css b/style/header.css
index e590028..aaf8a3b 100644
--- a/style/header.css
+++ b/style/header.css
@@ -4,7 +4,6 @@
 	background: #333 url('img/logosmall.png') no-repeat 3px 50%;
 	padding-left: 75px;
 	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
-
 	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, Arial, sans-serif;
 	font-size: 14px;
 }


More information about the Xfce4-commits mailing list