tenfourfox/layout/reftests/font-face/ivs-1-ref.html

15 lines
395 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>