Re: [css3-fonts] new WD for CSS Fonts
John Daggett <[email protected]>
| Newsgroups | gmane.comp.web.css.general,gmane.comp.web.fonts |
|---|---|
| Message-ID | <1907720058.65978.1301189763277.JavaMail.root@cm-mail03.mozilla.org> |
> It's possible to turn off fake bold, what about fake italics? Yes, the syntax is below: font-synthesis: none | [ weight || style ] The default value is 'weight style', i.e. both fake bold and italics which is the norm with implementations today for families that lack bold or italic faces. So what you're looking for is exactly what the example in the spec shows, use 'none' to turn off both types of synthetics: http://www.w3.org/TR/2011/WD-css3-fonts-20110324/#font-synthesis-prop Regards, John Daggett