blob: 282aff273f38ad81e7e26128d923782303627e87 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: "WebFont";
src: url("resources/Ahem-trak.ttf") format("truetype");
}
div {
font: 64px "WebFont";
text-rendering: optimizeLegibility;
}
</style>
</head>
<body>
<div>abc</div>
</body>
</html>