Make sure you have set the same value for the WordPress Address (URL) and Site Address (URL).
In your WordPress Dashboard click on Settings > General.
You can also paste in the following code into the .htaccess file located in the root directory of your WordPress installation:
<IfModule mod_headers.c>
<FilesMatch "\.(svg|ttf|otf|eot|woff|woff2)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
Once you go through these steps, refresh your page and your icons should now be showing up correctly.
Comments
0 comments
Article is closed for comments.