
Design comparison
Community feedback
- @heffsPosted 8 days ago
Hey, your fonts aren't loading properly! If you go to the google fonts page for your font, like for Fraunces:
https://fonts.google.com/specimen/Fraunces
then click on "Get font" in the top right, and then "Get embed code" it'll take you to a page with links to get the font. To import in css click on @import and you'll see the link to retrieve the font to put in your stylesheet:
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
0
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