diff options
author | knolax <1339802534.kk@gmail.com> | 2018-01-26 08:01:14 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-01-26 08:01:14 -0500 |
commit | 53606d81d3374decb7e07d2b7715a78cb331884d (patch) | |
tree | ce410a2536897a36b8d59e14cd755078eadebe7a | |
parent | 42759ae1a76e933b92974d79d13ca2be79f675a3 (diff) |
added style rules for iokalant font
-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*/ } |