tenfourfox/layout/reftests/font-face/507960-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
214 B
HTML

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