From 239ab9d857eb0c4f986d2565bbd0e9ff89b9ea78 Mon Sep 17 00:00:00 2001 From: Joar Wilk Date: Sun, 16 Aug 2015 21:22:55 +0200 Subject: [PATCH 1/5] Improved legibility --- layouts/css/base.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/css/base.styl b/layouts/css/base.styl index 743043f238e00..45965b28c03e5 100644 --- a/layouts/css/base.styl +++ b/layouts/css/base.styl @@ -3,9 +3,11 @@ // Base styles body box-sizing border-box - font 300 20px/1.5 'Source Sans Pro', Arial, sans-serif - color #000 + font 400 15px/1.5 "source-sans-pro", sans-serif + color #333333 margin 0 + -webkit-font-smoothing antialiased + text-rendering optimizeLegibility header, main, From 40d9a2aba502274c6f0cc4aec9442d4ec0ad8f19 Mon Sep 17 00:00:00 2001 From: Joar Wilk Date: Sun, 16 Aug 2015 21:23:20 +0200 Subject: [PATCH 2/5] Added base header styles --- layouts/css/base.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/css/base.styl b/layouts/css/base.styl index 45965b28c03e5..df18eb5a3dbd4 100644 --- a/layouts/css/base.styl +++ b/layouts/css/base.styl @@ -20,7 +20,16 @@ h3, h4, h5 font-weight normal + margin: 1em 0 10px 0 +h1 + font-size 30px + line-height 36px + margin 15px 0 11px + +h2 + font-size 25px + letter-spacing 1px a, a:link, From b20c078353557f5615ae0b75b3c9dc33f4eb879c Mon Sep 17 00:00:00 2001 From: Joar Wilk Date: Sun, 16 Aug 2015 21:23:36 +0200 Subject: [PATCH 3/5] Added typekit fonts --- layouts/partials/html-head.hbs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/partials/html-head.hbs b/layouts/partials/html-head.hbs index 99ee65eaa8f41..231d02e066a0f 100644 --- a/layouts/partials/html-head.hbs +++ b/layouts/partials/html-head.hbs @@ -6,6 +6,8 @@ + + @@ -18,4 +20,8 @@ + + + + From 2beead181e20b537732573926f30ce2664cd4c3e Mon Sep 17 00:00:00 2001 From: Joar Wilk Date: Sun, 16 Aug 2015 21:45:42 +0200 Subject: [PATCH 4/5] Moved script tag --- layouts/partials/html-head.hbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/html-head.hbs b/layouts/partials/html-head.hbs index 231d02e066a0f..2faae63a7983c 100644 --- a/layouts/partials/html-head.hbs +++ b/layouts/partials/html-head.hbs @@ -6,8 +6,6 @@ - - @@ -23,5 +21,6 @@ + From f8b1a5e1401c10e8082ca061bf34d04d8dfb3d2f Mon Sep 17 00:00:00 2001 From: Joar Wilk Date: Sun, 16 Aug 2015 21:49:51 +0200 Subject: [PATCH 5/5] Removed unnecessary style tag --- layouts/partials/html-head.hbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/partials/html-head.hbs b/layouts/partials/html-head.hbs index 2faae63a7983c..3355cd3b01ec9 100644 --- a/layouts/partials/html-head.hbs +++ b/layouts/partials/html-head.hbs @@ -19,8 +19,6 @@ - -