tenfourfox/layout/reftests/text/1170688.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
318 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8>
<style type="text/css">
@font-face {
font-family: local-gentium;
src: url(../fonts/sil/GenR102.ttf);
}
p {
font: 300% local-gentium, serif;
font-weight: bold;
color: rgba(100,255,100, 0.2);
margin: 0;
}
</style>
</head>
<body>
<p>Test</p>
</body>
</html>