diff --git a/public/stylesheets/style.styl b/public/stylesheets/style.styl index fdd93fe..54d2c92 100644 --- a/public/stylesheets/style.styl +++ b/public/stylesheets/style.styl @@ -6,7 +6,7 @@ /* * Grab a custom font from Google */ -@import url('http://fonts.googleapis.com/css?family=Nova+Mono') +@import url('http://fonts.googleapis.com/css?family=Source+Code+Pro') /* * Nib provides a CSS reset @@ -26,7 +26,7 @@ body color #444 header - font-family 'Nova Mono' + font-family 'Source Code Pro' padding 50px 10px color #fff font-size 25px @@ -70,7 +70,7 @@ header box-shadow inset 0px 0px 0px 3px rgba(#fff, 0.8), 0px 3px 0px -2px rgba(#000, 0.1) h1 - font-family 'Nova Mono' + font-family 'Source Code Pro' margin 13px 10px 4px padding-bottom 10px border-bottom 1px dotted #ddd