Re: [css-d] Fwd: Re: Web fonts

2014-08-04 Thread Tim Dawson

On 31/07/2014 14:17, Tom Livingston wrote:

-- Forwarded message --
From: Chris Rockwell ch...@chrisrockwell.com

Tip: if you're using Chrome or Firefox, highlight some of the text (really
not necessary, i just do it out of habit), right click (on windows, not
sure of mac) and select Inspect Element.  In the right side pane of
developer tools, you'll be able to see what styles are being applied to the
element.



Firefox has a Fonts tab on the right. Very handy.


Isn't that an 'Add-on' (or 'Extension') ? I don't see it on my Firefox, but it 
might be useful.

--
Tim Dawson
Maolbhuidhe
Fionnphort
Isle of Mull  PA66 6BP

01681 700718
__
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/


[css-d] Fwd: Re: Web fonts

2014-07-31 Thread Chris Rockwell
I failed, once again, to Reply-All
-- 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.

Tip: if you're using Chrome or Firefox, highlight some of the text (really
not necessary, i just do it out of habit), right click (on windows, not
sure of mac) and select Inspect Element.  In the right side pane of
developer tools, you'll be able to see what styles are being applied to the
element.

Hope it helps!

Chris

Chris Rockwell


On Wed, Jul 30, 2014 at 10:20 PM, Stuart King zinlo...@gmail.com wrote:

 Hi CSSer's:

 I cannot figure out why the web font does not work for the body text. I an
 using Century Gothic. I got the fonts to work with the different sub
 headers and the footer. I have tried tech support from myfonts.com - they
 were worthless and now from monotype, also worthless.


 Help.

 http://younglighteducate.com/pages/ccss_students.html


 Thank you.

 Stuart

 Sent from my iPad
 __
 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/

__
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/


Re: [css-d] Fwd: Re: Web fonts

2014-07-31 Thread Robert A. Rosenberg
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/


Re: [css-d] Fwd: Re: Web fonts

2014-07-31 Thread Tom Livingston
 -- Forwarded message --
 From: Chris Rockwell ch...@chrisrockwell.com

 Tip: if you're using Chrome or Firefox, highlight some of the text (really
 not necessary, i just do it out of habit), right click (on windows, not
 sure of mac) and select Inspect Element.  In the right side pane of
 developer tools, you'll be able to see what styles are being applied to the
 element.


Firefox has a Fonts tab on the right. Very handy.


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
__
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/