|
Posted by Jukka K. Korpela on 08/03/05 01:27
"Madame Blablavatsky" <Blablavatsky@hotmail.com> wrote:
>> > font-weight: 700;
>>
>> > font_weight: 100;
>
> yes, you are right it is a very stupid mistake. I have changed it and it
> workst fine.
Does it really? On which browser? The declaration
font-weight: 100
should make the font weight considerably smaller than normal, i.e. make the
lines of characters very thin. All browsers I've seen fail to do so for any
font I've tried, effectively treating 100 through 300 as equivalent to 400
(= normal). Admittedly they _may_ do so; this is a matter of quality of
implementation rather than conformance.
But I would change it to
font-weight: normal
unless you really want to take the risk, or chances, that some future
browsers, with better-quality CSS support, will treat font-weight: 100
according to its definition.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
[Back to original message]
|