Bootstrap icons

Hey guys I was able to add fontawesome Icons in my webflow site by following undermentioned steps:

  1. Paste the following code into the Code Tab of Site Settings
    <link href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" rel="stylesheet">

  2. Add following code in the HTML Code <embed/> block,
    <i class="fa fa-database fa-lg"></i>

  3. To see the changes take place you need to publish your site e.g. mysite.webflow.io
    Note: Icons doesn’t appear in the preview mode but they appear when site or page is published.

I hope this helps everyone.

4 Likes