I’m having issues with making setCustomFontURL working.
I have PDF that has fonts that are typically not found on clients machines and we still want the PDF to render correctly.
It is my understanding that this can work with setting Core.setCustomFontURL pointing to our font server.
I followed the instructions from the website how to set it up, but I don’t see any requests to fonts.json file or to the fonts provided.
Fonts are server over https so this should work according to documentation.