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

20 lines
268 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: dl1;
src: url(../fonts/DeLarge/DeLarge.woff);
}
body {
font-family: dl1, serif;
font-size: 36px;
line-height: 2em;
letter-spacing: 3px;
}
</style>
</head>
<body>
<p>foobar</p>
</body>
</html>