aboutsummaryrefslogtreecommitdiff
path: root/terran-test.html
diff options
context:
space:
mode:
Diffstat (limited to 'terran-test.html')
-rw-r--r--terran-test.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/terran-test.html b/terran-test.html
new file mode 100644
index 0000000..4c4661d
--- /dev/null
+++ b/terran-test.html
@@ -0,0 +1,20 @@
+<html>
+ <head>
+ <style>
+ @font-face {
+ font-family : terran;
+ src : url(Untitled2.ttf);
+ font-weight : normal;
+ }
+ span.t {
+ 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 KA</span></p>
+ </body>
+</html>