Skip to content

Commit

Permalink
Update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwean committed Sep 14, 2013
1 parent af01c02 commit d0a6823
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/assets/stylesheets/global.css.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Open%20Sans);

$blue: #2C98C8;

Expand All @@ -8,13 +7,13 @@ html {
}

body {
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
background-color: #F2F2F2;
height: 100%;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
p, th, td {
letter-spacing: 1px;
}

.container {
Expand Down

0 comments on commit d0a6823

Please sign in to comment.