Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Removing fancy font
Browse files Browse the repository at this point in the history
a) it's not that great
b) it seems to cause render problems on Windows 7
  • Loading branch information
Dave Copeland committed Jul 1, 2011
1 parent f35a3c3 commit 5fb950c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Expand Up @@ -72,23 +72,23 @@


.content {
font-family: 'PerspectiveSansRegular', Helvetica, Verdana, sans-serif;
font-family: Helvetica, Verdana, sans-serif;
}
em, i {
font-family: 'PerspectiveSansItalic', Helvetica, Verdana, sans-serif;
font-family: Helvetica, Verdana, sans-serif;
font-style: normal;
}
h1, h2, strong, b {
font-family: 'PerspectiveSansBold', Helvetica, Verdana, sans-serif;
font-family: Helvetica, Verdana, sans-serif;
}

h1 em, h1 i, h2 em, h2 i {
font-family: 'PerspectiveSansBoldItalic', Helvetica, Verdana, sans-serif;
font-family: Helvetica, Verdana, sans-serif;
font-style: normal;
}

code, pre {
font-family: 'BPmonoRegular', monospace;
font-family: monospace;
font-size: 80%
}
pre {
Expand Down

0 comments on commit 5fb950c

Please sign in to comment.