Webflow !!exclusive!! | Fontawesome
$('.accordion-trigger').click(function() $(this).find('.accordion-icon').toggleClass('fa-chevron-up'); ); <i class="fa-solid fa-circle-notch fa-spin fa-2x"></i> Classes: fa-spin = continuous rotation, fa-pulse = stepped rotation. Sizing & Styling Tricks | Need | Webflow Approach | |------|------------------| | Larger icon | Add class fa-2x , fa-3x up to fa-10x | | Fixed width | fa-fw | | Rotate 90° | fa-rotate-90 | | Flip horizontally | fa-flip-horizontal | | Custom color | Set color in Webflow style panel | | Custom size | font-size: 24px (overrides FA sizing) | Troubleshooting (Common Webflow Issues) ❌ Icon shows as a square/rectangle → Missing font-family or wrong CDN. Check console for 404 errors.
<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
→ Use fab not fas or far . Example: fab fa-github . <link rel="stylesheet" href="https://cdnjs
→ Font Awesome CSS not loading over HTTPS. Use https:// in CDN URL. → Font Awesome CSS not loading over HTTPS
Wrap an icon inside a Link Block:
.sr-only position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;