aboutsummaryrefslogtreecommitdiff
path: root/terran-test.html
blob: 44208d861e5c003c72cf8ed1fe2eb963711adf81 (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
<!-- -*- 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;
     }
     table.t td {
       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>
    <table class="t">
      <tr><th>&nbsp;</th><th>&nbsp;</th><th>a</th><th>i</th><th>u</th><th>e</th><th>y</th><th>o</th></tr>
      <tr><th>k</th><td>k</td><td>ka</td><td>ki</td><td>ku</td><td>ke</td><td>ky</td><td>ko</td></tr>
    </table>
  </body>
</html>