1. Place the font files and CSS file into your project folder.
2. Add the CSS link in the <head> section of your website's source code. <head> ... <link rel="stylesheet" type="text/css" href="yourwebsite.com/css/flaticon.css"> ... </head>
3. Directly use the class names on the elements where you want to display icons, for example: <i class="flaticon-happy-dog"></i> or <span class="flaticon-cute-cat"></span>, to instantly liven up your pages!