Font icon does not work
Posted: Tue Mar 19, 2019 1:48 pm
Guys, I know that Wysiwyg Web Builder does not give assistance to custom code and maybe here is not the right place but please help me. My source (icone) does not work on my site, and I do not know who to ask.
When I use the site where the folder is stored with the fonts, then it works, but when I use it on other of my sites then it does not work.
I reference the js and css and call the icon by name across the class within the div:
Does not work:
http://twixar.me/vWKK
The fonts would need to be on the site where I'm going to use them, in order to work.
That is, I would always need to use href="style.css" and never href="https://site.com/style.css"
but how do I go about using another site?
Any idea?
When I use the site where the folder is stored with the fonts, then it works, but when I use it on other of my sites then it does not work.
I reference the js and css and call the icon by name across the class within the div:
Code: Select all
<script src="https://fontgold.com/jquery-3.3.1.min.js"></script>
<link rel="stylesheet" href="https://fontgold.com/fonts/style.css">
<div class="free-update icon5"></div>
http://twixar.me/vWKK
The fonts would need to be on the site where I'm going to use them, in order to work.
That is, I would always need to use href="style.css" and never href="https://site.com/style.css"
but how do I go about using another site?
Any idea?