MyBB Community Forums

Full Version: Latest Font Awesome icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I search here for latest fontawesome icons. Got many threads but there is no latest any or may be I interpretation wrong.
Can anyone guide how to install latest all font awesome icons?
Thank you.
It's pretty simple mate, you can use this tutorial that I wrote for adding font-awesome icons.
https://wallbb.co.uk/alternative-icons-f...t-awesome/
Thanks wallbb.
Is it ok if I add below code?
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">
(2020-07-04, 01:33 PM)Dr_The_One Wrote: [ -> ]Thanks wallbb.
Is it ok if I add below code?
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">

Yes that's fine Smile
(2020-07-04, 01:53 PM)WallBB Wrote: [ -> ]
(2020-07-04, 01:33 PM)Dr_The_One Wrote: [ -> ]Thanks wallbb.
Is it ok if I add below code?
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">

Yes that's fine Smile

These two lines are what I added to my headerinclude that allowed the website to pick up Font Awesome version 4 and 5.

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">

<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet">