<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Kerning example of DejaVu Sans</title>
        <style type="text/css">
                p {
                        font-family: "DejaVu Sans";
                        font-size: 2em;
                        text-align: justify;
                        font-style: normal;
                        font-variant: normal;
                        font-weight: normal;
                }
        </style>
</head>
<body>

<p>Four times f: ffff</p>

</body>
</html>