## Introduction
A webfont can hold svg or other icons for you, so you can easily access the icons during web development process.
List of Webfont Providers and SVG sources
* [Font Awesome](https://fontawesome.com)
**HINT**: Check the license of the icons / images which you are using and threat the owner with respect!
## Preparation
1. Download the npm package
1. Create a SVG folder (e.g. `/assets/svg/`) which contains all the `*.svg - files` which should be part of the …