gecko/layout/reftests/font-face/507960-1-woff-hint.html

17 lines
230 B
HTML
Raw Normal View History

<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/DeLarge/DeLarge.woff) format("woff");
}
body {
font-family: test;
}
</style>
</head>
<body>
HELLO WORLD
</body>
</html>