I have ttf fonts from the Internet that are listed in the ftp client * list as windows ttf fonts. I work with embedded fonts in Firefox on the Mac OSX platform, and I get the following error in the web console:
[17:59:49.201] downloadable font: rejected by sanitizer (font-family: "Cryv2" style:normal weight:normal stretch:normal src index:0) source: http:
Is it because windows ttf is different? Or is the file damaged?
If so, is there a way to shield font files from the Internet for ease of use or converting ttf windows to a more universal file?
I do and convert the ttf file to eot files for the sake of Internet Explorer, but I mainly work with DOM browsers and Firefox to develop, develop and test on Mac OSX using a locally installed Apache server.
* ftp client is Fetch and BBedit text editor. Firefox 12.0
source share