my biggest challenge was to add font-family to my project. first i tried @font-face in css file, but it wasn't working so i google the stuff and ran into another solution. it was link tag which i used in my html page. but something was not working properly so i checked if this font is still on web or not, i was and i used the link which google font presented. eventually i solved my problem. but i am pretty sure i could've done it in fewer lines of code.
Latest solutions
Responsive Social Profile Links Card
Submitted 19 days agoBetter understanding on how to balance my media queries and also when to apply Grids
Semantic Html5, Modern CSS, Responsive Design
Submitted 22 days agoHow do I apply a font easily? I had to apply two different google fonts to be able to get the required font. Why?
Latest comments
- @ryichi0What specific areas of your project would you like help with?@crystalcodes-coder
I went through this same thing, like I literally spent days trying to figure out why my font was not applying to my work, so I decided to use a different approach try asking your copilot the correct google fonts that you need e.g Roboto, Inter etc, then you apply the link to your HTML and as well your CSS. I noticed you did not apply the font to your stylesheet body. I hope this works out.