I am working on a notebook with a custom font. I link the font externally and use the “addWebFont” function in this notebook. On most devices, the font loads correctly. But sometimes the fonts don’t load when people open it. Does anyone have any idea why this is happening?
I use the “Acumin Pro” font with the following code:
Hi @haoshuai do you have an example when it is not working?
Can you try on these devices without using the cors-proxy? my guess is that this could be the issue
Thanks for the help. I replace the start of the GitHub gist URL with “https://gist.githubusercontent.com” and remove the cors-proxy head. Now it works pretty well on different devices. And I also find a very helpful notebook about it.