I have a website hot-pear.co.uk using Theme X v6.2.3 and Cornerstone 3.2.3
In the footer there is a link to a LinkedIn page and email. While both icons render okay in Safari, the Linkedin logo does not render in Chrome or Firefox. The exact same code works on a website (light-the-fuse.com) running Theme X 4.0.6 and Cornerstone 1.1.1. It looks like the Font Awesome 5 support correctly in the new Theme X and Cornerstone is broken.
** Further update - Although it works on Safari, it also doesn’t render on iOS **
The links are generated with the following CSS and HTML.
HTML: In a HTML Widget
CSS:
.icon::before {
font-size:2em;
margin-left:20px;
font-family: FontAwesome !important;
}
.em::before {
content: “\f0e0” !important;
}
.li::before {
content: “\f0e1” !important;
}