<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
@font-face { | |
font-family: "WebFont"; | |
src: url("../../../resources/Ahem.otf") format("woff"); | |
} | |
</style> | |
</head> | |
<body> | |
This test passes of you see a black rectangle below. | |
<div style="font-size: 36px;"> | |
<p style="font-family: 'WebFont';">Hello</p> | |
</div> | |
</body> | |
</html> |