Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
In CE3, I could include characters from Font Awesome in body text by including a line like this:
<i style="color: #9c6;" class="icon-camera-retro"></i>
This doesn't work in CE4.
I probably have forgotten to set/edit/include something, but what?
Offline
Font Awesome 4 uses different syntax. Read up:
http://fontawesome.io/
Offline
Here is the correct code:
<i style="color: #9c6;" class="fa fa-camera-retro"></i>
Offline
Pages: 1