Skip to content

Commit

Permalink
changed the font to look more cool
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed May 24, 2011
1 parent 96cc599 commit 6caf42f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/stylesheets/application.scss
Expand Up @@ -7,13 +7,16 @@ $body-color-bottom: #dfa;

$default-radius: .8em;

$header-font: Gill Sans / Gill Sans MT, sans-serif;


body {
font-family: Verdana;
font-size: 13px;
font-family: Century Gothic, sans-serif;
font-size: 14px;
line-height: 18px;
@include background-gradient($body-color-top, $body-color-bottom);
}

#page_container {
margin: auto;
border: 2px gray solid;
Expand All @@ -32,7 +35,7 @@ header {
padding-left: 1em;
padding-bottom: .7em;
line-height: .4em;
font-family: Tahoma, Geneva, sans-serif;
font-family: $header-font;
font-weight: normal;
h1 {
font-weight: normal;
Expand All @@ -54,6 +57,7 @@ header {
}

#menu ul {
font-family: $header-font;
position: relative;
top: -31px;
list-style: none;
Expand Down Expand Up @@ -102,6 +106,9 @@ header {
color: #444;
font-weight: bold;
}
p:first-letter {
font-size: 24px;
}
}

#side_body_content {
Expand Down

0 comments on commit 6caf42f

Please sign in to comment.