1. Grab the 'Fonts' files and CSS and pop them into your website's CSS folder.
2. Link up the CSS in your website's header. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css_root/flaticon.css"> ... </head>
3. Sprinkle the icon class onto any "display: inline" element. Try this: <i class="flaticon-yum-bowl"></i> or <span class="flaticon-yum-bowl"></span>