Questions tagged [font-awesome-5]

Font Awesome 5. This tag is for questions relating to Font Awesome 5 and upgrading from previous versions.

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

Font Awesome 5 was released on December 7, 2017 with 1,278 icons1

Resource

443 questions
0
votes
4 answers

How to install latest version of fontawesome using npm in react js?

I want to use the latest fontawesome version. but i cannot install using npm. How to install the fontawesome latest version(5.0.10) using npm? I tried like this npm i @fortawesome/fontawesome
Gmv
  • 2,008
  • 6
  • 29
  • 46
0
votes
2 answers

Font Awesome CSS Pseudo-elements

I am using Font Awesome SVG with JavaScript a few times on a project. Now I am trying to create a button so when it is hovered over an arrow icon appears to the right of the text pointing to the right. When the button is hovered over there is just a…
CI80
  • 23
  • 6
0
votes
0 answers

FontAwesome icons are larger since upgrading to version 5 pro

i have recently upgraded all of my projects to font-awesome 5 pro. Since the update the icons appear larger than they were before even though i am using the same font size with them. Does anyone have an idea on how i can change that? I mean how i…
Dennis
  • 595
  • 1
  • 6
  • 22
0
votes
0 answers

Only some FontAwesome 5 icons not showing up, only sometimes

We recently successfully upgraded to Font Awesome 5, or so we thought. The strange problem we're having is that some FA5 icons don't show up, but only sometimes. That is, on some pages the icon is there, but on others it's not. Everything worked A…
ari gold
  • 2,074
  • 3
  • 25
  • 51
0
votes
0 answers

Can't get Font Awesome light icon to show in placeholder with Pro License

I just upgraded to the pro license and I'm trying to show the light 'search' icon in my placeholder. I had it working with the free version using font weight 600, but can't get it to work with the Pro version. Here is what I'm trying but it's blank…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
1 answer

Trying to hide and show icon using vue js

I am trying to hide and show a font awesome 5 icon on click. The value changes behind the scene but the icon isn't being changed. I have tried the other class bindings that vue js has to offer but it produced the same result.