The CSS is nuked. Looks like Mosaic-era Geocities. Reset browser and everything, and it's cooked on two computers. insomniasexx, it was awesome. Please fix it.
It's good now. I was limiting the number of font files we were hosting for it and I made a typo. I looked at papyrus, but the TTF and woff formats that I found looked sharp and grainy on Windows Chrome for me. Can you happen to find a site that uses it where it looks good to you?
Oh wait. It's not working because there is NO css for illuminated. There's only HTML. That's why it looks like Geocities. mk - can you check the file? I'm going to tweak colors and I'll send you the updated snippets of CSS and images for that in a minute.
Yeah you have to have all the fonts for all the different browsers. Each one takes a different one. They have to be in a specific order as well or it'll fail. I usually just make the kits with http://www.fontsquirrel.com/
@kleinbl00 - You think this is too light? @font-face {
font-family: 'essays1743bold';
src: url('font/essays1743-bold-webfont.eot');
src: url('font/essays1743-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('font/essays1743-bold-webfont.woff') format('woff'),
url('font/essays1743-bold-webfont.ttf') format('truetype'),
url('font/essays1743-bold-webfont.svg#essays1743bold') format('svg');
font-weight: normal;
font-style: normal;
}
It was me. I didn't replace the comma with a semi-colon following the woff src: when I was trimming fat. woff should work for everyone now, even IE. It might be a shortcoming, but I hate having big old files for edge cases. svg files are often 5x as large as woff.
http://caniuse.com/#feat=woff So no IE8, Android Browsers except for the very current one which no one has (fucking android). That's semi-acceptable. The Android hurts though. It's going to be a good 2-3 years before a majority of people are on 4.4+.
We could have heavy fallback on the font-familiy: rather than the font type themselves. What fonts are installs on Android? Hm...There are only 3 fonts available as part of android; normal (Droid Sans), serif (Droid Serif), and monospace (Droid Sans Mono).
Hahahhahahaha uh oh. Fuck. Give me like 30 minutes. I gotta transfer the test a new server.