summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/graphite-01.html
blob: aa8b13fce607d379e8aa9b7e77dbe75bdcc7d195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
  font-family: PigLatin;
  src: url(../fonts/sil/PigLatinBenchmark_v3.ttf);
}

body {
  font: 34px PigLatin;
  width: 5em;
  line-height: 2em;
}
</style>
</head>
<body>
<p>
Pig
</p>
</body>
</html>