Top "Font-awesome" questions

Font Awesome is an iconic standalone vector font, initially developed for use with the Twitter Bootstrap front-end framework.

Font Awesome 5 on pseudo elements shows square instead of icon

I am trying to change the content of a span with a Font Awesome icon directly from the CSS page …

html css font-awesome pseudo-element font-awesome-5
Switch between icons when using FontAwesome 5.0 SVG Framework

I'm looking to be able to switch between icons in Javascript while using the new FontAwesome SVG framework. Previously in …

javascript html svg font-awesome font-awesome-5
Font Awesome 5 unicode

Font Awesome 5 star icon has <i class="fas fa-star"></i> and <i class="far fa-star"&…

css unicode font-awesome font-awesome-5
Fontawesome icon prevent newline wrapping

how can I prevent a newline to be inserted between a fontawesome icon and the text that is near this …

html css font-awesome
FontAwesome with Vuetify - How to include Font Awesome icons within the v-icon component

Hopefully someone will know where I have gone wrong here - I'm trying to implement the Font Awesome package with …

vue.js font-awesome vuetify.js
Why do my icons show up as blank squares?

I've created a new (simple) website in IIS8. I've created a simple Index.html and put in jQuery, Bootstrap3 and …

css font-awesome iis-8 woff font-awesome-4
What is the purpose of the `fa-fw` class?

Looking through the examples on the fontawesome website, I notice a few make use of the class fa-fw. For example: &…

font-awesome
Changing font awesome icon onclick function

I'm trying to swap .fa-eye to fa-eye-slash when user click on a button. What am I doing wrong? It's not …

javascript jquery html font-awesome show-hide
Bootstrap 3 without Glyphicons replaced with Font Awesome

I want to remove Bootstrap 3 Glyphicons in favor of Font Awesome. Since Font Awesome already includes most of the Glyphicons …

twitter-bootstrap font-awesome glyphicons