blob: f242deb8768130e059614bec871fbae16a3926c0 [file] [log] [blame]
<!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>