You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My method looks the same as the example project
`
//get file
getFile() {
this.loading = true;
downloadFile(this.fileToken).then((res) => {
this.fonts = [mainFont, aux1Font, aux2Font, aux3Font];
Hello,
This looks like some deployment problem. Please check your network requests corresponding to font files in the browser dev tools, seems that there is some HTML page returned there instead of font files.
The text was updated successfully, but these errors were encountered: