summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/font-kerning-table-none.html
blob: 81ce583324b79214d0c61c6af62d3a9c00bf3b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
@font-face {
  font-family: gentium;
  /* font that has an old-style 'kern' table rather than GPOS 'kern' feature */
  src: url(../fonts/sil/GenR102.ttf);
}
body {
  margin: 10px;
  font-family: gentium;
  font-size: 600%;
  line-height: 1.2em;
  font-kerning: none;
}
</style>
</head>
<body lang="en">
<div>Ta To</div>
<div>AVA</div>
<div>AWAY</div>
</body>
</html>