1. Copy the "Fonts" folder and CSS file to your website's resource directory.
2. Add the CSS link to the <head> section of your website's source code. <head> ... <link rel="stylesheet" type="text/css" href="your_website_domain/css/flaticon.css"> ... </head>
Apply icon classes to "display: inline" elements to make icons appear naturally within the text flow. Examples: <i class="flaticon-controller"></i> or <span class="flaticon-controller"></span>.