font not working in the footer
the font open sans wight 400 is not working in the footer and i cant seem to find the problem and another thing is how do i set an SVG image as a list items style its not doing that either https://codepen.io/saad-shehzad-the-bashful/pen/QwWLdPE
4 Replies
you set font on the
*
selector which is winning with the the font set on footer and i don't see anything in your html with a class of location
the huddles first ul child li is location
i have misspelled it
why is it winning only in the footer?
because it isn't inheriting it anymore
you're setting it for everything, explicitly
just set it in the body instead
and you nuked the padding and margin and that is why the svg isn't working