Font Awesome 5 integration [Deleted]

How to install this ?
I download your folders STYLE and UPLOAD and then ? I don't understand why style folder is not inside upload folder...
 
Last edited by a moderator:
Hello @Tealk
When you unzip your package the style folder isn't inside the upload folder that's why i was confused.

As you can see:
FA.webp
 
And why when i activate this addon, icons from fontawesome becames bolder ? I prefer the original weight, it is possible to set this ?

XF ORIGINAL :)
Capture d’écran 2018-10-14 à 23.14.08.webp

WHEN I ACTIVATE THE ADDON :(
Capture d’écran 2018-10-14 à 23.13.51.webp

Thanks guys
 
Thanks Anzah for your answer. I will use them like this, no problem
 
Installed and replaced webfonts directory with Awesome Fonts 5.4 version. New fonts like ghost and spider which are in free version aren't showing up. Older fonts like thumbs up work. If I buy pro version license, is it possible to use with your plugin?

Edit: using for node icons
 
Thanks for updating but can't view new ghost icon. Still works with 4.x icons
Code:
// ghost icons
.node--forum {
    .node-icon {
        i {
            &:before {
                content: "\f6e2" !important;
                display: inline-block;
                width: 1em;
            }
        }
    }
}
.node--category {
    .node-icon {
        i {
            &:before {
                content: "\f6e2" !important;
                display: inline-block;
                width: 1em;
            }
        }
    }
}
 
If I buy pro version license, is it possible to use with your plugin?
You get other Files and you can insert these in the right form. So, yes you can use it..
I'm sorry, but I don't know exactly how it works because I don't have it myself.
I assume you will get a license file and other files.
If you have an opportunity to change the files path by yourself, they can use their own files e.g. pro license.
 
Back
Top Bottom