Hi Marco,
1.
Font Awesome
Download and copy the files from FontAwesome to your server.
https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself
2.
Adding icon to a joomla menu-link:
Go to your Menuitem you want to edit in the joomla backend and chosse the tab Link Type.
Ad a "Link Class (eg. menulink001)
3.
Styling the css-file
Add following to your css:
a.menulink001:before
{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900 !important;
content: '\f0f4';
}
You always need the pairing font-family AND font-weight.
The font-weight must be
900 for the
free icons.
For the
free brand-icons you have to set the font-weight to
400
Thats it.
Have fun.
Hi Marco,
1.
**Font Awesome**
Download and copy the files from FontAwesome to your server.
https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself
2.
**Adding icon to a joomla menu-link:**
Go to your Menuitem you want to edit in the joomla backend and chosse the tab Link Type.
Ad a "Link Class (eg. menulink001)
!fontawesome-joomla-menuitem-01.png!
3.
**Styling the css-file**
Add following to your css:
a.menulink001:before
{
font-family: 'Font Awesome 5 Free' !important;
font-weight: 900 !important;
content: '\f0f4';
}
!fontawesome-joomla-menuitem-02.png!
You always need the pairing font-family AND font-weight.
The font-weight must be **900** for the **free icons**.
For the **free brand-icons** you have to set the font-weight to **400**
Thats it.
!fontawesome-joomla-menuitem-03.png!
Have fun.