blob: 989aa3cbc516c2d1c40dcc330055eb4aab9755f5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Tests fonts with the fixed-pitch bit set</title>
<style>
@font-face {
font-family: test;
src: url('../../resources/fixed-pitch-font/test.ttf');
}
</style>
</head>
<body>
<h1>Tests fonts with the fixed-pitch bit set</h1>
<div style="font-family: test; font-size: 50px;">
tes <em>tes</em> tes
</div>
</body>
</html>