3

I have to use font awesome in my Web, and I found that I have 2 ways to implements Font Awesome.

I want to work with 5.0.1 version, I realized that using ALL.CSS allows me to use Font-awesome in classes with: AFTER in CSS, but beyond that I do not know what the difference is, and what each one is used for, and another question, when I should use both.

<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet">

<script defer src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>

I hope to use the lightest font-awesome to implement

Jason Aller
  • 3,475
  • 28
  • 40
  • 37
juanjinario
  • 466
  • 6
  • 19

1 Answers1

0

all.css is are font version of fontawesome

and when you have to use the svg font then you have to use js.css version.

More detail can be found here.

FontAwseome

Sumit Patel
  • 4,386
  • 1
  • 7
  • 25