Hello!
I've been trying to see if I can use a font-awesome icon as the background to a tile on the tags page.
For example, to specific the third tile, I've used:
.TagTile.colored:nth-child(3):before
This works to a degree, but if for example I use:
.TagTile.colored:nth-child(3):before {
content: "\fa12";
font-family: FontAwesome;
}
I end up with strange characters or blank spaces, and not the specified icon.
Any help appreciated!