> http://www.keithpurtell.com/kthings/gifts-of-song.htm#player
>
> and here's the CSS so far....
>
> div.up {
>        font-size:10em;
>        font-weight:100 !important;
>        vertical-align:-.3em;
>        }
>
>

All of the web-safe fonts are available only in two weights (afaik):
normal (400) and bold (700). Therefore, with these fonts, a
font-weight declaration with values 100 to 400 results in normal
weight text.
If you want to use a font family having many different weights, then
you will need to embed it using @font-face with the font-weight
descriptor.

Regards,
Chetan
______________________________________________________________________
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