[gimp-web/gimp-web-static] Changed nav font to 'open sans' and styled - trying jimmacs suggestion



commit 3cfb3106c6d8d4e6c8a17579adff8cd7b9758b2a
Author: Pat David <patdavid gmail com>
Date:   Fri Sep 4 16:14:30 2015 -0500

    Changed nav font to 'open sans' and styled - trying jimmacs suggestion

 themes/newgimp/static/css/gimp.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index 503bc71..2fa7237 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -112,6 +112,12 @@ nav#menu {
     font-size: 0.85rem;
     padding: 0.2rem 0.5rem;
     font-family: "Josefin Sans", Lato, "Open Sans", sans-serif;
+    /* per jimmac */
+    font-family: 'Open Sans', sans-serif;
+    font-size: 0.7rem;
+    font-weight: 300;
+    letter-spacing: 0.06rem;
+    padding: 0.5rem;
 }
 
 nav#menu ul, nav#menu ul li {
@@ -239,6 +245,9 @@ footer .nav-bottom a {
     text-transform: uppercase;
     color: whitesmoke;
     font-family: "Josefin Sans", Lato, "Open Sans", sans-serif;
+    font-family: 'Open Sans', sans-serif;
+    font-weight: 300;
+    letter-spacing: 0.05rem;
 }
 
 .nav-bottom {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]