Solution:
Hello I’ve been through this before.. i solved by removing the ‘*’ from the style like
*{
font-family: ‘Montserrat’, sans-serif !important;
}
Do it like this instead
body,html {
font-family: ‘Montserrat’, sans-serif !important;
}
NB: if you do it the first way you’re practically saying all the all in tags,classes and id should take the Montserrat font which is not applicable to fontAwesome icon or any other icon