Forum How do I...?

Disable font-kerning

jan_tosovsky
Dear All,

is it possible to switch the kerning off ? My CSS3 way seems to be ignored. Is there any alternative?
<html>
<body style="font-family: 'Minion Pro'">
<p>VLTAVA</p>
<p style="font-kerning: none;">VLTAVA</p>
</body>
</html>


Thanks, Jan
mikeday
Currently you can do this to disable kerning:
font-variant: prince-no-kerning