New to Typophile? Accounts are free, and easy to set up.
hi all,
i'm trying to target mac web users with helvetica neue, and pc users with arial in a new web property i'm building.
however, i'm having trouble calling out helvetica neue's extended family members like light or ultralight. the only way i can mess with the glyph weight is via css' generic tags, which only modify helvetica neue regular.
can anyone verify that targeting fonts in extended families like this is possible via html/css? and if so, how?
thanks!
26 Jul 2009 — 3:26pm
You need to call the font by it‘s full name, enclosed in " "
27 Jul 2009 — 12:59am
Also note that, being Helvetica Neue not hinted for screen, if someone with a PC happens to have it on her/his Windows PC, it will look less than good (crappy, actually).
For specifying font weights via CSS, you can find interesting the following:
http://www.clagnut.com/blog/2228/
27 Jul 2009 — 4:00am
If you're going down the Neo Grotesque path, maybe these are helpful. The full article isn't finished quite yet – grey squares mark missing samples. (And there's also additional samples with different sizes.)
29 Jul 2009 — 1:32pm
awesome, frode and riccardo, thank you so much for your help.