morpolspc

Results 5 comments of morpolspc

@istvan-ujjmeszaros That would be fantastic. I am also going to take a look a little deeper at it, hopefully this weekend, when I have some free time to do so....

More information... _variables.scss has the following line : ```$fa-style-family : "" !default;``` when changed to : ```$fa-style-family : "Font Awesome 6 Pro" !default;``` this fixes the compiling issue with the...

#20019 I see you guys attempted to fix this in 6.5.0, but you listed the name incorrectly!

@tagliala - that is correct. _variables.scss in the downloaded kits you now have a value for the following variable name, but you entered the wrong name : ```$fa-style-family : "Font...

FOUND IT! _variables.scss in the downloaded kits you have the following : ```$fa-style-family : "Font Awesome Pro 6" !default;``` which should be : ```$fa-style-family : "Font Awesome 6 Pro" !default;```...