Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fixed font
Browse files Browse the repository at this point in the history
  • Loading branch information
skim committed Mar 3, 2011
1 parent 633266f commit cc0e669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/screen.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
body{
background: #FAF9F8;
font-family: "droid-sans-1","droid-sans-2", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 17px;
line-height: 1.7em;
margin: 0;
Expand Down Expand Up @@ -32,7 +34,8 @@ p code{
}
h1,h2,h3,h4{
font-family: "droid-sans-1","droid-sans-2", sans-serif;
font-weight: normal;
font-weight: 400;
font-style: normal;
line-height: 1em;
}
h1 a, h2 a, h3 a, h4 a{
Expand Down
1 change: 0 additions & 1 deletion css/syntax.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.highlight {
color: #FAF9F8;
background-color: #333333;
font-family: "droid-sans-mono-1", "droid-sans-mono-2", monaco, consolas;
font-size: 13px;
padding: 10px 5px;
-webkit-border-radius: 10px;
Expand Down

0 comments on commit cc0e669

Please sign in to comment.