diff options
-rw-r--r-- | style.css | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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*/ } |