Skip to content

Commit

Permalink
update fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Oct 31, 2012
1 parent f4cffc3 commit da6d40d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ body {
font-family: "bryant-web", Verdana, sans-serif;;
-webkit-text-size-adjust: 100%;
text-align: center;
color: #444;
color: #222;
}

h1 {
font-size: 1.2em;
color: #222;
color: #111;
}

h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -89,7 +89,7 @@ ul.posts .date {
/*****************************************************************************/

.site {
font-size: 110%;
font-size: 18px;
text-align: justify;
margin: 0px auto 2em auto;
max-width: 672px;
Expand All @@ -100,7 +100,7 @@ ul.posts .date {

header {
color: #a00;
font-weight: bold;
font-weight: 600;
margin-bottom: 2em;
}

Expand All @@ -113,6 +113,7 @@ header .logo a {
-moz-text-shadow: 1px 1px 1px #ccc;
-webkit-text-shadow: 1px 1px 1px #ccc;
text-shadow: 1px 1px 1px #ccc;
font-weight: 500;
margin-left: -1px;
}

Expand Down

0 comments on commit da6d40d

Please sign in to comment.