RE: [css3-fonts] @font-face matching and font-style descriptor

Sergey Malkin <[email protected]>
Newsgroups gmane.comp.web.css.general,gmane.comp.web.fonts
Message-ID <F759D7752D3BBC4999CA69FF4FB8BC130262A623@TK5EX14MBXW652.wingroup.windeploy.ntdev.microsoft.com>
>> Consider following example:
>>
>> @font-face {
>>  font-family: MyFont1;
>>  src: local(Arial);
>> }
>>
>> @font-face {
>>  font-family: MyFont2;
>>  src: local(Arial);
>>  font-style:normal;
>> }
>>
>> Will following two lines be rendered identically? They will both use regular Arial face. But will each of them be allowed to use generated oblique font?

> Yes, they will be identical in every way.

This is what bothers me. This answer means simulated styles will never be used even if just single font is defined (like MyFont1 above). I do not think this is what Web developers would expect. This is different from people's experience with fonts installed locally and I want it to work with linked fonts too. I do not know how to address this in the spec, maybe we should distinguish between "not specified" and "normal" case. 

Thanks,
Sergey
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.