Skip to content

Commit

Permalink
Trying some more fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hughevans committed Apr 18, 2011
1 parent abbe0fb commit 088b57a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gem 'sinatra', '1.2.3'
gem 'haml', '3.0.25'
gem 'RedCloth', '4.2.7'
gem 'RedCloth', '4.2.7'
2 changes: 2 additions & 0 deletions views/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
%link(rel='shortcut icon' href='/favicon.ico')
%link(rel='alternate' href='/articles.atom' title='@hughevans - Ruby, Art and All things...' type='application/atom+xml')
%link(href='http://fonts.googleapis.com/css?family=Copse' rel='stylesheet' type='text/css')
%link(href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css')
%link(href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css')
%script(src='/javascripts/code_highlighter.js' type='text/javascript')
%script(src='http://www.google-analytics.com/ga.js' type='text/javascript')

Expand Down
8 changes: 4 additions & 4 deletions views/stylesheets/screen.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body
margin: 0
padding: 0
text-align: center
font-family: Helvetica, arial, "sans-serif"
font-family: 'Lato', Helvetica, arial, "sans-serif"
font-size: 14px

.wrapper
Expand Down Expand Up @@ -32,8 +32,8 @@ pre
overflow: auto

pre, code
font-family: "Monaco", "Courier New", "Terminal", monospace
font-size: 12px
font-family: 'Droid Sans Mono', 'Monaco', 'Courier New', 'Terminal', monospace
font-size: 13px
color: #e6e0db

.article
Expand All @@ -49,7 +49,7 @@ pre, code
h2
font-size: 22px
.published
font-family: "Courier New", "Terminal", monospace
font-family: 'Courier New', 'Terminal', monospace
margin: 0 0 15px 0
font-weight: bold

Expand Down

0 comments on commit 088b57a

Please sign in to comment.