From 2c4b483a46938f3e55a033d07134d8ec829937e6 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Fri, 28 Jan 2011 08:00:33 -0500 Subject: [PATCH] docs : Lucida Sans for body copy. Mixing Lucida and Helvetica - typographical gaff? --- css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 8958810..3c5ff7f 100644 --- a/css/style.css +++ b/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;