Configuring Font Awesome
Font Awesome is a well-known service among web developers for providing a massive variety of icons and social logos for websites around the world.
This service provides users with Kits to use its features. You can use different Kits for each web project as they act as a container to set different configurations on each.
Among the highlights of this service, we can find the following:
- A content delivery network (CDN) for faster delivery of assets to use in your solutions
- Domain-level security to limit which sites can use your Kits
- The ability to create icon subsets to only load the icons you need for your project
How to do it
- Navigate to the Font Awesome website, https://fontawesome.com/, and click on the Start for Free button.
- On this page, you will need to enter your email account to create your first Kit. Once entered, click on Send Kit code and wait for the confirmation email to arrive in your inbox.
- When the...