From 53606d81d3374decb7e07d2b7715a78cb331884d Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Fri, 26 Jan 2018 08:01:14 -0500 Subject: added style rules for iokalant font --- style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'style.css') 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*/ } -- cgit v1.1