I've using printJS and jQuery together to print the contents of an HTML div.
The div contains text which is rendered with the 'Annie get your telescope' google font.
When I print, the text is printed using a more standard Web Font rather than the Google Font. If I download the font and host it locally, I get no text at all.
How do I print HTML via printJS and get text in a Google font to render correctly?