Any thooughts?
Thank you!
]]>Blogger = fab fa-blogger
Magento = fab fa-magento
In Home and pages don’t use icons for awesome fonts, only in single post.
Thanks.
]]>The plugins that use awesome icons are: monarch (social networks) and acordions. Both in their last versions.
I have tried from different computers, and also from different browsers (firefox, chrome)
And is that because of those details, it looks very ugly the web, and I do not know what to do!
If you could advise me where the error is?
thank you very much.
I looked my sites source code in Firefox browser, i saw this code:
<link rel='stylesheet' id='font-awesome-css' href='//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />
I think that; “href=’//” line breaking requesting the awesome font css file. How can i add to “http:” code to this area? I want to change to this:
<link rel='stylesheet' id='font-awesome-css' href='https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css' type='text/css' media='all' />
What file I edit for this? Please help me
Note: I used the .htaccess code below, not worked for me:
<FilesMatch "\.(ttf|otf|eot|svg|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
]]>