Design comparison
Solution retrospective
My font Kumbh Sans was not taken in effect even though I have added it in the style sheet. If anyone can find out what's wrong I will greatly appreciate it.
Thanks
Community feedback
- @brasspetalsPosted almost 3 years ago
Hi Parvathy,
In order for the font to load, you need to go to Google Fonts and select the font weights you need for this project. Then in the sidebar, you should find the code you need to embed in the head of your HTML.
Edit: If needed, here is a guided walkthrough as well as a link to the official documentation.
0@parvathyvdPosted almost 3 years ago@brasspetals Thanks for your response. I have already added them in the style sheet as import like this @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap'); I found out the problem . I was adding it after the first reset. I guess it has to be the first thing in the stylesheet.
Thanks for your help. I really appreciate it.
0@brasspetalsPosted almost 3 years ago@parvathyvd Oh, whoops! 😅 Glad you figured it out. 👍
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