Guest User

Untitled

a guest
Dec 12th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ### Font Awesome conflict:
  2.  
  3. My away to use different versions of FontAwesome was changing the 'font-family'/'font' at css.
  4.  
  5. Examples:
  6.  
  7. .fas{font-family: "Font Awesome 5 Free";}
  8.  
  9. .fa{font: normal normal normal 14px/1 FontAwesome;}
  10.  
  11. i.fa.fa-linkedin {
  12. font: normal normal normal 14px/1 FontAwesome;
  13. }
  14.  
  15. The best way is just use just one version of Font Awesome
Add Comment
Please, Sign In to add comment