Design comparison
SolutionDesign
Community feedback
- @wideirpPosted 3 months ago
Well done!
Consider importing the fonts from google by adding an import statement in your CSS
@import url('https://fonts.googleapis.com/css2?family=Outfit:[email protected]&family=Young+Serif&display=swap');
Then use them by setting the font family line so:
h1 { font-family: "Young Serif", serif; }
Happy coding :)
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