blob: fadadba5e02ff0c943380cfdddd1e070804782df [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../../resources/Ahem.otf") format("woff");
}
@font-face {
font-family: "WebFont2";
src: url("../../../resources/Ahem.otf") format("truetype");
}
@font-face {
font-family: "WebFont3";
src: url("../../../resources/Ahem.otf") format("opentype");
}
</style>
</head>
<body>
This test passes of you see three black rectangles below.
<div style="font-size: 36px;">
<p style="font-family: 'WebFont';">Hello</p>
<p style="font-family: 'WebFont2';">Hello</p>
<p style="font-family: 'WebFont3';">Hello</p>
</div>
</body>
</html>