[gimp-web/gimp-web-static] Adjusted H1 size to be slightly larger than H2



commit 46e3b6f8d5ab64a2478281898b8685503edd38b6
Author: Pat David <patdavid gmail com>
Date:   Thu Aug 6 16:53:53 2015 -0500

    Adjusted H1 size to be slightly larger than H2

 themes/newgimp/static/css/gimp.css |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index c41dc15..b35bf9e 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -9,13 +9,6 @@
        font-style: normal;
 }
 
- font-face {
-    font-family: 'Junction';
-    src: url('/theme/fonts/Junction-webfont.eot');
-       src: local('☺'), url('/theme/fonts/Junction-webfont.woff') format('woff'), 
url('/theme/fonts/Junction-webfont.ttf') format('truetype'), url('/theme/fonts/Junction-webfont.svg') 
format('svg');
-       font-weight: 200;
-       font-style: normal;
-}
 
 @font-face {
     font-family: 'Questrial';
@@ -24,7 +17,6 @@
 
 
 html {
-    font-family: Junction Light, "Open Sans", sans;
     font-family: "Open Sans", sans;
 }
 
@@ -34,6 +26,10 @@ h1, h2, h3, h4, h5, h6 {
     font-family: Questrial, sans;
 }
 
+h1 {
+    font-size: 1.7rem;
+}
+
 p {
     font-weight: 300;
 }


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