aboutsummaryrefslogtreecommitdiff
path: root/terran-test.html
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-09-19 17:15:40 +0100
committerdakkar <dakkar@thenautilus.net>2020-09-19 17:15:40 +0100
commit54eece20d9d2cc50914d67614e2e387b4ab43656 (patch)
tree9e14db0711035c286cf3101166bcf79ba555a915 /terran-test.html
parentfirst stab at a font (diff)
downloadmaki-terran-54eece20d9d2cc50914d67614e2e387b4ab43656.tar.gz
maki-terran-54eece20d9d2cc50914d67614e2e387b4ab43656.tar.bz2
maki-terran-54eece20d9d2cc50914d67614e2e387b4ab43656.zip
two more glyphs
Diffstat (limited to 'terran-test.html')
-rw-r--r--terran-test.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/terran-test.html b/terran-test.html
index 4c4661d..cf4ea71 100644
--- a/terran-test.html
+++ b/terran-test.html
@@ -1,12 +1,15 @@
+<!-- -*- mode:web -*- -->
<html>
<head>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style>
@font-face {
font-family : terran;
- src : url(Untitled2.ttf);
+ 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;
@@ -15,6 +18,6 @@
</style>
</head>
<body>
- <p>a test! <span class="t">K A KA</span></p>
+ <p>a test! <span class="t">K A I KA KI</span></p>
</body>
</html>