[gimp-web/gimp-web-static] Modified Navigation/Footer font to Josefin Sans



commit c9ae6dfa86075ebc563a0f32404fdd88abe13ecf
Author: Pat David <patdavid gmail com>
Date:   Tue Sep 1 11:58:56 2015 -0500

    Modified Navigation/Footer font to Josefin Sans

 content/about/meta/to-do/index.md  |   14 ++++++++++++++
 themes/newgimp/static/css/gimp.css |    4 +++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/content/about/meta/to-do/index.md b/content/about/meta/to-do/index.md
index cb6e822..5590563 100644
--- a/content/about/meta/to-do/index.md
+++ b/content/about/meta/to-do/index.md
@@ -4,6 +4,20 @@ Modified: 2015-08-06T16:01:12-05:00
 Author: Pat David
 Summary: Stuff to fix still.
 
+## Link Order in Nav bar
+
+Sort these items by *importance*.
+Not sure *what* is most important, so check with the team to clarify the best order of items here.
+
+A general feeling is around possibly having screenshots be first/more prominent, then a little bit about the 
page, then download.
+
+## Fix Fonts!
+
+There are still rendering issues for akk and drc for the navigation item font, Lato.
+
+I'm switching it to Josefin Sans for the time being to see if it renders nicer.
+Don't forget to host the font files from wgo before going live (or asap after).
+
 ## <del>Test/Port News Items</del>
 
 <del>2015-08-19T14:25:29-05:00</del>
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index f1bddc3..8339e75 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -25,7 +25,7 @@ Used as Heading font
 */
 
 /* Using Google Fonts for now */
- import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,300|Lato:300|Questrial);
+ import 
url(http://fonts.googleapis.com/css?family=Open+Sans:600,400,300|Lato:300|Questrial|Josefin+Sans:300,400);
 
 /* League Gothic Regular */
 /* Also only used on the main page
@@ -98,6 +98,7 @@ nav#menu {
     font-size: 1rem;
     font-size: 0.85rem;
     padding: 0.2rem 0.5rem;
+    font-family: "Josefin Sans", Lato, sans-serif;
 }
 
 nav#menu ul, nav#menu ul li {
@@ -224,6 +225,7 @@ footer .nav-bottom a {
     font-family: Lato;
     text-transform: uppercase;
     color: whitesmoke;
+    font-family: "Josefin Sans", Lato, sans-serif;
 }
 
 .nav-bottom {


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