Dear All,
is it possible to switch the kerning off ? My CSS3 way seems to be ignored. Is there any alternative?
Thanks, Jan
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