The links Chetan provided gave me info to get started. I was not looking for
specific fonts, per se. I was looking for information on creating "families"
for webfonts, so that I could specify:

font-weight: bold;
font-style: italic;

And have it substitute in the correct webfont for the specific variant of a
given family. 

So that if I had, 

font-family: 'mywebfont', sans-serif;
font-weight: bold;
font-style: italic;

It was actually using, 

"mywebfont bolditalic"

The info at the links from Chetan had all of the details needed to build a
set of family styles for a given "webfont"!

:-)

____________________________________
Rob Emenecker @ Hairy Dog Digital
www.hairydogdigital.com
 
Please note: Return e-mail messages are only accepted from discussion groups
that this e-mail address subscribes to. All other messages are automatically
deleted.


______________________________________________________________________
css-discuss [cs...@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