summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-01-26 08:01:14 -0500
committerknolax <1339802534.kk@gmail.com>2018-01-26 08:01:14 -0500
commit53606d81d3374decb7e07d2b7715a78cb331884d (patch)
treece410a2536897a36b8d59e14cd755078eadebe7a /style.css
parent42759ae1a76e933b92974d79d13ca2be79f675a3 (diff)
added style rules for iokalant font
Diffstat (limited to 'style.css')
-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*/
}