John Daggett wrote:

You might want to use this:

 text-rendering: optimizeLegibility;

That would be risky when letter-spacing is used. Browsers may apply ligatures when you say text-rendering: optimizeLegibility. When a word contains, say, "fi", these letters will then stick together, as they are rendered using a ligature glyph, whereas otherwise letter spacing is increased.

Check out the following demo page on Firefox on a system that has the Calibri font installed:
http://www.cs.tut.fi/~jkorpela/test/spacing.html

--
Yucca, http://www.cs.tut.fi/~jkorpela/
______________________________________________________________________
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