Hey thanks for your help @jan_blaha I got it working. I had some other CSS conflicts that were creating issues.
Posts made by ruhfus
-
RE: Can't fetch custom font
-
RE: Can't fetch custom font
Thanks for the quick reply. I went through the tutorial and it works in the studio, but when I run it on the server, the fonts just don’t show up. I’m only seeing the standard font. Are there any detailed instructions about how to get them up and running outside of the studio environment?
Thanks again.
Mike -
Can't fetch custom font
Hello, I'm having great difficulty rendering a custom font. I'm using phantom JS to render my report. when I render on chrome, it's working perfectly. But when I render through my server (using Phantom) none of the custom fonts are rendering.
I've tried following all the instructions and troubleshooting. I'm not a programmer, so any help would be much appreciated. Thanks in advance and sorry if this doesn't follow guidelines. I'm stuck.
Mike
@font-face { font-family: 'cobaltaliensuperital'; src: url('cobaltaliensuperital.woff'); format('woff'); } * { font-family: 'cobaltaliensuperital'; }