summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/font-features-hlig-3.html
blob: 5efa9d13b62b67fa442720dd8dd7b0571480e85e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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: "hlig";
}
body {
  font-family: libertine, sans-serif;
  font-size: 400%;
  line-height: 2em;
  font-feature-settings: "hlig" off, "liga" off;
}
</style>
</head>
<body lang="en">
fastest firefox
</body>
</html>