summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9764648..a431147 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,25 @@
+/* use local iokalant fontface */
+@font-face {
+ font-family:
+ "iol";
+ src:
+ local('IOKALANT_STANT_FATENC');
+ unicode-range:
+ U+18900-189FF;
+
+}
+/*use hosted iokalant fontface */
+@font-face {
+ font-family:
+ "io";
+ src:
+ url("fonts/IOKALANT_STANT_FATENC.ttf")format('truetype');
+ unicode-range:
+ U+18900-189FF;
+
+}
* {
- font-family: Console, monospace;
+ font-family: Console, iol, io, monospace;
color: #000000;
margin: 0px; /*default margins get in the way*/
}