Hi Jukka,

> > 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

Right, setting letter-spacing should always "break" ligatures.  That's a
bug in FF 3.6/Windows, it's fixed in 4.0.  OSX rendering is correct for
both versions.

John Daggett
______________________________________________________________________
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