Webflow does not support installing and selecting Font Awesome 5 fonts through its native font selector, but you can still use Font Awesome icons by embedding the required code manually.
Go to Project Settings > Custom Code.
In the Head Code area, add the following:
For Free version:<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css">
For Pro version: use your Kit URL or Pro-specific CDN link.
Save changes and publish the site for changes to take effect.
Use Embed elements or custom embeds in a Rich Text or Div block.
Example:<i class="fas fa-check-circle"></i>
This loads a solid check-circle icon using Font Awesome 5.
If using inline text, make sure the element is set to display inline and styled appropriately.
Font Awesome 5 cannot be installed and accessed via Webflow’s font selector, but you can fully use it using custom embed code. Add the Font Awesome CDN in your Project Settings > Head Code, and use <i class="...">
elements in Embed blocks wherever you want to display icons.