aboutsummaryrefslogtreecommitdiff
path: root/terran-test.html
blob: cf4ea7154d3c813030d19cf91d2f28ab3ff1f98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- -*- mode:web -*- -->
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <style>
     @font-face {
       font-family : terran;
       src         : url(terran.ttf);
       font-weight : normal;
     }
     span.t {
       font-size: xxx-large;
       font-family: terran;
       font-variant-ligatures: common-ligatures;
       -moz-font-feature-settings:"liga" 1"dlig" 1;
       font-feature-settings:"liga" 1"dlig" 1;
     }
    </style> 
  </head>
  <body>
    <p>a test! <span class="t">K A I KA KI</span></p>
  </body>
</html>