@sdetweil Hey thanks! I think we are on the right track! Is it possible that the description of the symbolClass is out of date?
I tired adding the Facebook logo (as described in the the example) to get a feeling about it. But it is not working.
For the Facebook logo the description says
fab fa-facebook-f
But when I check this with FontAwesome website it says this for the Facebook logo:
<i class="fa-brands fa-facebook"></i>
So it seems like that something (maybe at FontAwesome) has changed? I am not sure how to set
SymbolClassName
correctly.
I tried:
SymbolClassName = “fab fa-”
SymbolClassName = “fa-brands”
And then for the symbol:
symbol = “twitch”
symbol = “fa-twitch”
symbol = “twitch-f”
None of them are working. Sometimes there is a square. Sometimes the symbol is completely invisible.