Skip to content

Commit

Permalink
Updated font declaration to include Helvetica and sans-serif in addit…
Browse files Browse the repository at this point in the history
…ion to Arial
  • Loading branch information
nkantar committed Sep 4, 2014
1 parent 13503e8 commit 324cfe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Expand Up @@ -6,10 +6,10 @@ CSS for semver.org

h1, h2, ol { margin: 0; padding: 0; }

html { font: 14.4px/1.5 Arial; }
html { font: 14.4px/1.5 Helvetica, Arial, sans-serif; }
body { margin: 0 auto; padding: 0 10%; max-width: 710px; }

@-ms-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
html { -webkit-text-size-adjust: 100%; }

h1, h2, h3 { text-align: center; font-weight: normal; }
Expand All @@ -22,7 +22,7 @@ a:hover, a:focus { color: #000; }
ol { padding-left: 1.5em; }
p { margin: 0 0 1em; }

@media print {
@media print {
body { width: 100%; }
h1, h2, h3 { font-weight: bold; }
a:after { content: ' <' attr(href) '>'; font-size: 90%; }
Expand Down

0 comments on commit 324cfe4

Please sign in to comment.