Funktioniert die Icon-Schriftart Font Awesome?

Ich versuche, es gemäß der Anleitung umzusetzen, schaffe es aber nicht.

Zum Beispiel:

<i class="fab fa-adobe"></i>

Ich habe das Tag hier und hier eingegeben, aber leider funktioniert es nicht. Ich habe die Komponente korrekt aktiviert.

1 „Gefällt mir“

The correct syntax should be only fab-adobe, however I think the problem is only that the Adobe icon has been added from the version 5.6 of Fontawesome and we are still at the 5.5 version.

@pmusaraj can you confirm?

3 „Gefällt mir“

We are on Font Awesome 5.11.2, the adobe icon should work if you use fab-adobe in both settings.

5 „Gefällt mir“

Cool.

So the correct syntax is tag1,fab-adobe in the tag icon list and fab-adobe in the svg icon theme settings.

Since this component already has the setting svg icon you can skip the svg icon subnet site setting step.

5 „Gefällt mir“