Hey guys I was able to add fontawesome Icons in my webflow site by following undermentioned steps:
-
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">
-
Add following code in the HTML Code
<embed/>
block,
<i class="fa fa-database fa-lg"></i>
-
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.