ใช้การจัดรูปแบบแบบอักษร คุณสมบัติเพื่อควบคุมวิธีการวางตัวอักษรบนหน้าเว็บ คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้คุณสมบัติการจัดรูปแบบฟอนต์
ตัวอย่าง
<!DOCTYPE html>
<html>
<head>
<style>
#demo {
font-kerning: normal;
}
</style>
</head>
<body>
<div class = "demo">This is demo text.</div>
</body>
</html>