Fontawesome Webflow _verified_ -
Add to a Div Block that toggles content:
Wrap an icon inside a Link Block:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> Then start using icons anywhere with <i class="fa-solid fa-..."></i> inside HTML Embed elements. Last tested: Webflow v2.0 + Font Awesome 6.5.1 (April 2026) fontawesome webflow
.hover-slide transition: transform 0.2s ease; Add to a Div Block that toggles content:
<i class="fa-solid fa-chevron-down accordion-icon"></i> JavaScript (optional, in footer): i class="fa-solid fa-...">
→ Font Awesome CSS not loading over HTTPS. Use https:// in CDN URL.
.icon-list li:before font-family: "Font Awesome 6 Free"; content: "\f00c"; margin-right: 10px; color: #10b981;