Why does your style.css override fontawesome .fa font-size
-
Good morning
I notice in your style.css (which is the last style sheet loaded) you override the font size for .fa (which is how you access Font Awesome icons):
.fa { font-size: 14px; }
So the settings from Font Awesome get overridden and if you use a multiplier to increase the size of the icon it doesn’t apply. So the
fa-5x
in<i class="fa fa-bullhorn fa-5x" aria-hidden="true"></i>
ends up having no effect!Why do you override Font Awesome? Is it possible to remove that so all of Font Awesome’s features are available.
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Why does your style.css override fontawesome .fa font-size’ is closed to new replies.