https://drive.google.com/file/d/0B41_XyWBnhiqTWc2M1RkZy12Q00/edit?usp=sharing
If I open the demo.html in Firefox, it seems to work fine, but if I replace the existing woff font (which seems to be working just perfectly), then in Firefox the fonts just render as tiny little unicode icons.
(Chrome, which uses the svg, seems to be unaffected).
Any ideas of what I could be doing wrong?
Here's the generated zip file:
https://drive.google.com/a/digitaria.com/file/d/0B41_XyWBnhiqQ2M4R3RTV0hFTEE/edit?usp=sharing
I checked the console messages and got the following messages:
downloadable font: table directory not correctly ordered
source: http://localhost:9000/fonts/qc-icons.woff
downloadable font: rejected by sanitizer
source: http://localhost:9000/fonts/qc-icons.woff
The reason why I expect this was showing the unicode characters instead of the icon, was that in my web app, I was choosing to only serve the WOFF and SVG. There was no fallback for the browser to use, so it wasn't rendering anything. After adding the TTF in to my web app, the icons showed up.
1) The TTF works for the moment as a fallback.
2) Is there anything that can be done about the table directory, which would prevent it from being rejected by the sanitizer in Firefox?
It's always a pleasure to use this app. It's a tribute to all your hard work.