# FontAwesome [FontAwesome](https://fontawesome.com) allows you to easily embed icons in web pages using a font. The following tips apply to FontAwesome 5. ## Installation via NPM The free version of FontAwesome is freely available as an npm package. To install it run `npm install @fortawesome/fontawesome-free`. If you then include `@fortawesome/fontawesome-free/css/all.css`, you can use the icons directly using code such as: `<i class="fas fa-thermometer-half">`. See the website for a list of available glyphs in the free version. ## Using individual glyphs instead of a complete font [Font Awesome SVG PNG](https://github.com/encharm/Font-Awesome-SVG-PNG.) is a repository of individual FontAwesome glyphs separated into individual SVGs and PNGs. That way you don't have to load the whole font in order to use one or two glyphs.