Web Font or Icon Font

Copy-paste the stylesheet link into project head to load Lineicons CSS, this snippet will load Lineicons on your project.

<link href="your-project-dir/icon-font/lineicons.css" rel="stylesheet" />

Or use this if you would like to use Lineicons free CDN

<link href="https://cdn.lineicons.com/4.0/lineicons.css" rel="stylesheet" />

The same method will apply for pro regular and pro light icons just include the required icon CSS file by following proper path and directory. For example:

<link
  href="your-project-dir/lineicons-pro/icon-font/lineicons-pro-regular.css"
  rel="stylesheet"
/>
<link
  href="your-project-dir/lineicons-pro/icon-font/lineicons-pro-light.css"
  rel="stylesheet"
/>
<link
  href="your-project-dir/lineicons-pro/icon-font/lineicons-pro-fill.css"
  rel="stylesheet"
/>

You can also use Pro Icons CDN by login to your account. All you need to login to your account and copy your Pro CDN URL to include on header of your site.