Hi I have like to use some fontawesome icons such as Twitter icon.
In my nuxt.config.js, I have those lines below:
fontawesome: {
component: "fa",
icons: {
solid: true,
brands: true
}
},
In html, I have these lines below:
<fa icon="envelope"></fa>
<fa icon="twitter"></fa>
However, the envelop is able to display but not the Twitter icon. Do I miss anything?
The correct way to specify the icons in html should be: