1. Pop the 'Fonts' folder and the CSS file into your website's CSS directory.
2. Link up the CSS in your website's header, like so: <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> ... </head>
3. Sprinkle those icon classes onto your inline elements: <i class="flaticon-innovation"></i> or <span class="flaticon-strategy"></span>. Let's get creative!