Instructions:
- Place the provided font files and CSS stylesheet within your website's designated CSS folder.
- You need to include the provided CSS link in the header (`<head>` section) of your website. Here's how: <head> ... <link rel="stylesheet" type="text/css" href="yourdomain.com/css_root/flaticon.css"> ... </head>
- To utilize the icons, assign the icon's class name to `display:inline` elements within your HTML code, as shown in this example: <i class="flaticon-airplane49"></i> or <span class="flaticon-airplane49"></span>