- Compatible XF Versions
- 1.x.x
- Visible Branding
- No
Description:
This add-on is made to use local Font Awesome icons for all add-ons that are using them.
Just want to use for other purposes?
No problem. The path is:
I recommend using Template Modification to edit the PAGE_CONTAINER template (no need to edit anything if you already use any add-on that uses Font Awesome):
Find:
Add below:
This add-on is made to use local Font Awesome icons for all add-ons that are using them.
Just want to use for other purposes?
No problem. The path is:
Code:
styles/bassman/font-awesome/css/font-awesome.min.css
I recommend using Template Modification to edit the PAGE_CONTAINER template (no need to edit anything if you already use any add-on that uses Font Awesome):
Find:
<head>
Add below:
Code:
$0
<link rel="stylesheet" href="{$requestPaths.fullBasePath}styles/bassman/font-awesome/css/font-awesome.min.css">