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

15 lines
395 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
@font-face { font-family: IVSテスト; src: url('../fonts/gw432047.ttf') format("truetype"); }
body { background: white }
span { font-size: 72pt; font-family: IVSテスト, serif; border: 1px red solid }
</style>
</head>
<body>
<span>&#xE000;&#xE001;</span>
</body>
</html>