Font Awesome From Template Doesn't Show Up - Question | JoomShaper

Font Awesome From Template Doesn't Show Up

R

Robert

Helix Framework 1 year ago

Hello, Font Awesome set from Helix doesn't show on page. Google Fonts are off but imo Google fonts is not Font Awesome. Font Awesome is set to on.

Font Awesome set in pagebuilder does work correct.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108214

Hoi Robert,

Sorry, but this time you made the mess

body, p, h1, h2, h3, h4, h5, h6, a, li, span {
  font-family: 'Roboto' !important;
}

that rule disabled FA icons for menu item as well.

"!Important" - bad idea here! Now when you know, fix it.

0
R
Robert
Accepted Answer
1 year ago #108215

Ah, thanks Paul! Lesson learned.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #108259

If you really want to use "!importnat" for font, use it only for component area. In theory, less chance of problems ;]

0
R
Robert
Accepted Answer
1 year ago #108261

Yes, normally I use 'important' when needed for a certain component only. Dunno why this slipped through. But I didn't know it would affects Font Awesome also.

0