[css3-fonts] what is the right font "family-name"?

Hi,

I have a question for "font-family" property.  For some fonts, I don't know what  the right "family-name" should be used in CSS.  For example, font "Arial Bold".  On Win7, it has font name "Arial Fett" ("Fett" is a German word).  If I use "Arial Fett" in the CSS file like (font-family: "Arial Fett";),  it does not work.  But if I use "Arial Bold" (font-family: "Arial Bold";), then it works ok.  So my question are: 1) which "family-name" should be used?  2) how do I find out the right "family-name" for a standard .ttf  font (example, timesbd.ttf)?

Thanks,
-Tao

Received on Monday, 12 December 2011 21:11:14 UTC