
Solution retrospective
I created a responsive page. I am proud of that.
What challenges did you encounter, and how did you overcome them?I faced an issue in setting the width of the page. I played around with adding extra div and applying CSS to it.
What specific areas of your project would you like help with?importing fonts
Please log in to post a comment
Log in with GitHubCommunity feedback
- @subjectiverealityy
If you go to fonts.google.com and pick a font, you will see the option of 'get embed code'. Click on that, then copy the way you want to import it, whether as a <link> into your HTML or using @import for CSS. Then paste this, into the appropriate section in your code editor.
- If you choose to use <link>, paste it in the <head> section of your HTML file.
- If you choose to use @import, paste it at the very beginning of you CSS file.
Marked as helpful
Join 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