summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/spacelookups-ref.html
blob: 020671730181dc397abc8f5d8d876dbaf96ab966 (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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>contextual substitutions for fonts with spaces in lookups</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
<style type="text/css">
@font-face {
  font-family: spacelookup-defscr-deflang-deffeat;
  src: url(../fonts/spacelookups/spacelookup-defscr-deflang-deffeat.ttf);
}
body {
  margin: 20px 40px;
  line-height: 1.2;
}

div { font-size: 400%; }

.spacelookup-defscr-deflang-deffeat { font-family: spacelookup-defscr-deflang-deffeat; }
</style>

</head>
<body>
<div class="spacelookup-defscr-deflang-deffeat">
<span>&#xf007;</span>
<span>&#xf007;</span>
<span>&#xf007;</span>
<span>&#xf007;</span>
<span>&#xf007;</span>
<span>&#xf007;</span>
</div>
</body>
</html>