1

I'm using Fontawesome's CDN for SVG icons: https://pro.fontawesome.com/releases/v5.8.2/js/all.js

It's great but it's getting too big for a very few icons that I need. Is there a way to pick only the icons that I need? I don't mind hosting this file locally if I can reduce it's size considerably.

Thanks.

santa
  • 12,234
  • 49
  • 155
  • 255
  • Possible duplicate of [How to install only required fonts from Font Awesome?](https://stackoverflow.com/questions/23193404/how-to-install-only-required-fonts-from-font-awesome) – Kaiser Jun 20 '19 at 16:06

1 Answers1

0

Font-awesome is great but if you only need a few icons you may want to use IcoMoon where you can choose the icons that are going to be loaded only including the ones from Font-Awesome

Otherwise, you may want to check this blog that explains how to reduce font-awesome size.

Kaiser
  • 1,957
  • 1
  • 19
  • 28