From 1fd9eb4c64ee99a43f36a9f07ace553aba5760b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Sat, 1 Jun 2013 20:04:43 +0200 Subject: [PATCH] First css tests. --- public/stylesheets/style.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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