Host Font Awesome by CDN or by Local Files

Jul. 31, 2024

Official website: Font Awesome.


Host Font Awesome by CDN, remotely

Add following CDN link in the <head> part of template file or webpages where Font Awesome to be used:

1
2
3
<head>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" rel="stylesheet" >
</head>


Host Font Awesome by local file, locally