Re: font-weight: number - not supported?

On Fri, 13 Apr 2012, A. Riddering / exklusive-standards.de wrote:

> Hi,
>
> for CSS level 3 the second example throws an error:
> @font-face
> {
> font-family: 'ArialNarrow';
> font-style: normal;
> font-weight: bold;
> src: local('ArialNarrow');
> }
>
> @font-face
> {
> font-family: 'ArialNarrow2';
> font-style: normal;
> font-weight: 200;
> src: local('ArialNarrow');
> }
>
> it sais, that 200 ist not a font-weight value.

It was fixed in the previous round... but there was a missing fix needed 
for CSS2's @font-face definition (which is reused by the css3 profile for 
now, until css3-font is implemented).
So it should be ok now.
Cheers,

> i guess thats a fault!?
> http://www.w3.org/TR/CSS2/fonts.html#font-boldness
>
> this one works fine:
>
> #selector {
> font-weight: 200;
> }
>
> kind regards
>
> Andreas Riddering
>
> -----------------------
>
> exklusive standards GbR
> Dürerstraße 1, 48147 Münster
> www.exst.de
>
> Tel.: +49 251 / 57 99 848 - 0
> Fax.: +49 251 / 57 99 848 - 9
>
>
>
>

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Tuesday, 1 May 2012 13:22:02 UTC