<!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-fixed.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> |