I guess the problem is with the font file address. As others mentioned, please ensure that the file is uploaded correctly and their permission is set correctly.
Then, have you used the ‘url’ helper function to call the font? if not please try it and share back the result.
2
Answers
I guess the problem is with the font file address. As others mentioned, please ensure that the file is uploaded correctly and their permission is set correctly.
Then, have you used the ‘url’ helper function to call the font? if not please try it and share back the result.
if your font dir is in public folder then:
Try uploading your font assets in public folder.
Also be sure that you can access them through url, for example:
In your font css style, Do this:
Test that you can access to your fonts like this:
If the above code worked successfully, then you should check that the file is uploaded to CPanel correctly.