Issues with custom fonts have been coming up more and more so I decided to create a lesson with all of the in-depth troubleshooting steps for getting this resolved.
1. If you are using font-awesome sometimes the CDNs will work if added to the head section of your website:
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"" rel="stylesheet">
2. The other option is to edit the htaccess file: https://support.idxbroker.com/support/s/article/troubleshoot-missing-fonts
3. Finally if those two options don’t work then encoding fonts into base64 will always work: https://developers.idxbroker.com/lesson/custom-fonts/
(
0 rating, 0 votes, rated)
You need to be a registered member to rate this post.Loading...