2014-10-23 11:17:19 -07:00

22 lines
302 B
HTML

<!doctype html>
<html>
<head>
<title>PageSerializer Font Test</title>
<style>
@font-face {
font-family: "URL Font";
src: url("font.ttf") format("truetype");
}
p {
font-family: "URL Font";
}
</style>
</head>
<body>
<div>
<p>PageSerializer Font Test</p>
</div>
</body>
</html>