aboutsummaryrefslogtreecommitdiff
path: root/terran-test.html
blob: 54385200f884f85edf5cda002bb91032cdbd4ac2 (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
<!-- -*- 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>&nbsp;</th><th>&nbsp;</th><td>a</td><td>i</td><td>u</td><td>e</td><td>y</td><td>o</td></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>