Skip to content

Commit

Permalink
typography
Browse files Browse the repository at this point in the history
  • Loading branch information
unconed committed May 16, 2011
1 parent 8dd92ef commit 56acc95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HTML/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ body {


.termkitCommandView {
font-family: "BitStream Vera Sans";
font-family: "BitStream Vera Sans", "Lucida Grande";
font-size: 70%;
}

.termkitCommandView pre {
font-family: "BitStream Vera Sans Mono";
font-family: "BitStream Vera Sans Mono", "Lucida Console";
font-size: inherit;
font-size: 87.5%;
}
Expand Down
1 change: 1 addition & 0 deletions Site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
padding: 0;
margin: 0;
background: #000;
font-family: "BitStream Vera Sans", "Lucida Grande";
}
#teaser {
position: absolute;
Expand Down

0 comments on commit 56acc95

Please sign in to comment.