At 08:02 -0400 on 07/31/2014, Chris Rockwell wrote about [css-d] Fwd: Re: Web fonts:

---------- Forwarded message ----------
From: "Chris Rockwell" <ch...@chrisrockwell.com>
Date: Jul 30, 2014 10:36 PM
Subject: Re: [css-d] Web fonts
To: "Stuart King" <zinlo...@gmail.com>
Cc:

Here is the culprit:

.column-content p {
font-family: "Whitney A", "Whitney B", sans-serif, Helvetica, Arial,
sans-serif;
 line-height: 1.6em;
font-weight: 300;
color: #666;
}

I didn't check anything else for other declarations, so there could be more.

Note that with this declaration if Whitney A or Whitney B is not available, the user's defined sans-serif font will be used. The fallback to Helvetica or Arial will be short circuited by that first sans-serif.
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to