<html>
<head>
<style>
div {
font-family: serif;
font-size: 20px;
}
div.a {
font-kerning: normal;
}
div.b {
font-kerning: none;
}
</style>
</head>
<body>
<h1>The font-kerning Property</h1>
<div class="a">This is some text with font kerning.</div>
<div class="b">This is some text without font kerning.</div>
<p><b>Note:</b> Internet Explorer 9 and earlier versions do not support the font-kerning property.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_font-kerning by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:15 GMT -->
</html>