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
Mannix
Mannix2w ago
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
Code-S ♛
Code-S ♛OP2w ago
the huddles first ul child li is location i have misspelled it why is it winning only in the footer?
ἔρως
ἔρως2w ago
because it isn't inheriting it anymore you're setting it for everything, explicitly just set it in the body instead
Mannix
Mannix2w ago
and you nuked the padding and margin and that is why the svg isn't working

Did you find this page helpful?