How could I deactivate kerning for my font?
|
feedback
|
|
CSS controls kerning with the letter-spacing attribute. Try setting it to 0 to return the font to it's normal kerning.
| |||
|
feedback
|
|
See the kerning concept at http://en.wikipedia.org/wiki/Kerning It is not controlled by letter-spacing, and there are no font-kerning for CSS1 or CSS2. CSS3 has not been approved as a specification, but there are a property proposed for font-kerning, see draft, http://dev.w3.org/csswg/css3-fonts/#propdef-font-kerning Only specific fonts, like OpenFonts, have this property: http://www.microsoft.com/typography/otspec/features_ko.htm#kern SIMULATE IT (with "spaced kering" in a 20pt font-size):
| |||
feedback
|
|
Use letter-spacing property
| ||||
|
feedback
|
|
I don't know if this is exactly possible, but you could try to look at the letter-spacing property. | |||
|
feedback
|