Design comparison
SolutionDesign
Solution retrospective
I don't seem to really find the way change the font to Outfit. What did I do wrong?
Community feedback
- @LLLEEXXPosted about 1 year ago
What I did was import the font url in my css file like this: @import url('https://fonts.google.com/specimen/Overpass');
then I select the my html body and then apply the font by typing this: body{ font-family: 'overpass', sans-seriff; }
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord