From 107daeccf148f2c7b56bd77815b62030803aa813 Mon Sep 17 00:00:00 2001 From: Ryder Ripps Date: Thu, 24 Jan 2013 15:22:47 -0500 Subject: put font at top so it renders --- public/stylesheets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 413e29a..bf5d394 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,3 +1,6 @@ + +@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); + body { padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; @@ -7,7 +10,6 @@ a { color: #00B7FF; } -@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One); @-webkit-keyframes a { 0% { @@ -441,6 +443,7 @@ ol { position:fixed; bottom:10px; left:0; + font-size:11px; width:100%; } -- cgit v1.2.3-70-g09d2