How to enable kerning in Firefox 3 ?
If you don't know about kerning please visit wikipedia article on kerning . Kerning deals with space adjustments between letters to make words more readable. Now a days most of the fonts are shipped with kern hinting but very few applications make use of this extra information. Firefox 3 now officially supports kerning for text elements. Please make sure you only apply kerning to the elements which use larger font sizes because you won't observe much difference with smaller ones. And use kerning carefully as it could slowdown page rendering because of extra math calculations. With Firefox 3 you can use the css property text-rendering to enable or disable kerning. text-rendering takes following 4 possible values. auto - If the font size is less than 20px then Firefox uses fast text rendering method provided by operating system otherwise it enables both ligatures and kerning. optimizeSpeed - will disable font kerning. optimizeLegibility - this option enables both ...