<html>
<head>
<style>
/* Specifies that font kerning is applied */
.ex1 { font-kerning: normal; }
/* Specifies that font kerning is not applied */
.ex2 { font-kerning: none; }
</style>
</head>
<body>
<h1>The font-kerning Property</h1>
<div class="ex1">"STAY 'AWAY'"</div>
<div class="ex2">"STAY 'AWAY'"</div>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss3_font-kerning by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:16:27 GMT -->
</html>