I've been having trouble with one of the fonts in a document not always behaving correctly.
Sample PDF can be found here:
http://www.realstone.ch/sites/default/files/factsheet/RSP-RapportAnnuel-2013_fr.pdf
Two font families are used: Gotham, for the larger titles etc. which displays fine; and Whitney, for text and tables, which is having issues.
Bug is somewhat erratic:
On my own computer(s) it displays fine (most of the time) in Preview.app, but when I print, no characters in that font are printed.
The same document on the same machine printed with Acrobat comes out just fine.
When the PDF was published, a client of the client reported that the text was showing up garbled, and kindly sent along a screenshot, which is attached. Apparently, this was viewed with Firefox, I assume on a PC.
I suspect a corrupt font (as all of the other fonts i've been using lately work fine), but I've tried replacing it with a (hopefully) fresh/clean copy of the font, and it still persists.
The fonts are loaded into Prince with an @font-face declaration: i.e:
Any ideas on what's happening?
Sample PDF can be found here:
http://www.realstone.ch/sites/default/files/factsheet/RSP-RapportAnnuel-2013_fr.pdf
Two font families are used: Gotham, for the larger titles etc. which displays fine; and Whitney, for text and tables, which is having issues.
Bug is somewhat erratic:
On my own computer(s) it displays fine (most of the time) in Preview.app, but when I print, no characters in that font are printed.
The same document on the same machine printed with Acrobat comes out just fine.
When the PDF was published, a client of the client reported that the text was showing up garbled, and kindly sent along a screenshot, which is attached. Apparently, this was viewed with Firefox, I assume on a PC.
I suspect a corrupt font (as all of the other fonts i've been using lately work fine), but I've tried replacing it with a (hopefully) fresh/clean copy of the font, and it still persists.
The fonts are loaded into Prince with an @font-face declaration: i.e:
@font-face{ font-family: 'WhitneyFont'; font-weight: normal; font-style: normal; src: url("Whitney/Whitney-Light-Pro.otf") }
Any ideas on what's happening?