Mypal/layout/reftests/text/graphite-01-ref.html
2019-03-11 13:26:37 +03:00

24 lines
289 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
font-family: PigLatin;
src: url(../fonts/sil/PigLatin-nographite.ttf);
}
body {
font: 34px PigLatin;
width: 5em;
line-height: 2em;
}
</style>
</head>
<body>
<p>
Igpay
</p>
</body>
</html>