I think I found a solution using Reigel's answer:
$.get('font/url.ttf', function() {
Also, use the font through font-family: 'fontfacename'; for the parent canvas element.
Maybe the font loads twice, I donโt know. But without a second load, it will not display correctly.
source share