Some fontawesome icon do not show
-
Hello,
I am using the free version of fontAwesome. Some icon does not show though most do. For example :
<q-icon name="fas fa-user-plus"></q-icon>
works whereas
<q-icon name="fas fa-user-alt"></q-icon>
doesn’t.
I am in version 0.15 and have declared the fontawesome in quasar.conf according to the doc.Is there something I’m missing?
Thanks
-
Same here, I am missing e.g. all the free solid emoji icons
-
Yes, also facebook-messenger icon does not show up but an [F39F] instead.
-
Now, I figured: brand logos need fab (eg. <q-icon name=“fab fa-facebook-messenger”/>), probably some other icons need one of these: fas, far, fal, fad.