Hi.
I am having trouble implementing some fontawesome fonts in my template. It is very rare, but in the desktop version of the page the font is shown, however in the mobile version (not in Chrome Inspector, but on a real device), this font is not shown.
So that you can see an example, you can visit http://future.juanvillen.es, and see the icon that appears on the back-to-top. The same happens with shortcode-core plugin (with notices box)
Do you have your font imported properly and available SVGs?
I didn’t really bother to look for it, as included assets are a bit of a mess (CSS in head, JS in body)
The fontawesome.min.css file is imported directly from main.css with @import url (fontawesome.min.css); and the fonts are in the webfonts folder (image is attached).
In fontawesome.min.css these fonts are imported:
Finally, I have decided to use the <i> tag with the appropriate fontawesome class for the up arrow. For some unknown reason, it doesn’t work when I enter the following in the style sheet: