Top "Font-awesome" questions

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

How to use Star rating of Font-awesome with Django?

Fontawesome has a great star rating css extension, which looks really awesome. However clicking on any of the span elements …

django twitter-bootstrap font-awesome
Keep Text From Wrapping in Bootstrap 3 Responsive Design

I have a viewer with a control bar consisting of divs in a row. The other items have the FA …

css twitter-bootstrap twitter-bootstrap-3 font-awesome word-wrap
Extracting SVG from Font Awesome

I want to get the SVG path data from Font Awesome glyphs so that I can use them straight up …

html svg font-awesome
Font Awesome Background color

When using the brilliant Font Awesome, how can I make the icons not transparent - for instance if I want …

font-awesome
Using Numbers With Font Awesome

I want to use numbers to list steps in a process. I was curious about how to do this with …

html css font-awesome
Using FontAwesome with Sass

I'm trying to use FontAwesome in a web Compass project. As there's no specific documentation in the FontAwesome page, and …

sass compass-sass font-awesome
Can I use font-awesome icons on emails

I'm developing a Rails app and we need to send emails. I have installed font-awesome icons through a rails gem (…

ruby-on-rails ruby-on-rails-3 font-awesome
Font Awesome 5, why is CSS content not showing?

I am trying to use FontAwesome in the content of CSS. It appears with the code for the icon instead …

css font-awesome pseudo-element font-awesome-5
How to know if a font (@font-face) has already been loaded?

I'm using Font-Awesome, but while the font files are not loaded, the icons appear with . So, I want these icons …

javascript jquery css font-face font-awesome
Font Awesome 5 with Angular

How do I use font-awesome 5 with Angular (2+)? I've tried adding this inside a component: import {faChevronLeft, faChevronRight} from '@fortawesome/…

angular font-awesome font-awesome-5 angular-fontawesome