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

In font awesome 4 you could easily apply an icon to a :before/:after element using CSS. Is the same possible …

font-awesome font-awesome-5
Install Font Awesome 5 with NPM

I am working with Angular(6) application, and I am trying to use FA icons, and drop-down with no luck. I …

angular font-awesome font-awesome-5
Is it possible to color the fontawesome icon colors?

I can change fontcolor, but not the "fill". I first tried setting background-color, but that fills the whole icon box …

css font-awesome
Rails: Using Font Awesome

My web designer has provided me with updated fonts/icons that have been added to font awesome - he placed …

ruby-on-rails fonts font-awesome
Bootstrap 3 Placing Icon inside input field

I am working in Bootstrap 3 and am trying to get a calendar icon inside the right hand side of the …

css twitter-bootstrap twitter-bootstrap-3 font-awesome glyphicons
How can I edit Font Awesome (or include my own icons)?

Font Awesome is fully open source, so how can I tweak some icons as I wish, or add new icons? …

svg fonts font-awesome
Why font-awesome works on localhost but not on web ?

I'm using font awesome in my project(mvc/asp.net). My problem is, I was debugging the project and check …

asp.net-mvc font-awesome
Want to make font-awesome icons thinner

I was working with font awesome icons but the problem is they have default font weight . i want it a …

html css twitter-bootstrap font-awesome
"NetworkError: 404 Not Found fontawesome-webfont.woff?v=4.0.3

I'm getting this error message whenever I load my application page. I'm using Apache. Following is my css code. url(…

font-face font-awesome
How do I load font-awesome using SCSS (SASS) in Webpack using relative paths?

I have font-awesome in my node_modules folder so I try to import it in my main .scss file like …

node.js sass npm font-awesome webpack