summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/font-kerning-3.html
blob: 86208f0416485b2162478ba4513d834994e26b4b (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>
<style type="text/css">
@font-face {
  font-family: libertine;
  src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
  font-feature-settings: "kern" off;
}
body {
  margin: 10px;
  font-family: libertine, sans-serif;
  font-size: 600%;
  line-height: 1.2em;
}
</style>
</head>
<body lang="en">
<div>Ta To</div>
<div>AVA</div>
<div>AWAY</div>
</body>
</html>