Browse Source

docs : Lucida Sans for body copy.

Mixing Lucida and Helvetica - typographical gaff?
pull/14/head
David DeSandro 14 years ago
parent
commit
2c4b483a46
  1. 7
      css/style.css

7
css/style.css

@ -7,8 +7,7 @@
body {
padding: 20px;
/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;*/
font-family: 'Helvetica Neue', Arial, sans-serif;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
font-size: 13px;
line-height: 1.7em;
background: #1F1E1D;
@ -24,6 +23,10 @@ h1, h2, h3, p, ul, ol, pre, dl {
margin-bottom: 1.0em;
}
h1, h2, #super-list, .element {
font-family: 'Helvetica Neue', Arial, sans-serif;
}
h1 {
font-size: 32px;
line-height: 1.1em;

Loading…
Cancel
Save