Design comparison
SolutionDesign
Solution retrospective
- Adding the custom fonts was a little difficult for me
- I did not knew that i can hide overflow of a parent div
Can anyone suggest a better way for adding custom fonts? Thanks in advance.
Sorry for my English.
Community feedback
- @LartzmanuelPosted about 1 year ago
To add custom fonts you can use the @font-face rule..
@font-face { font-family: 'The font family '; src: url('path to the font'); }
To learn more you can read from here
Hope this helps👍
Also try to make your site responsive for all screens
0 - @sagormohammedyousufPosted about 1 year ago
hey bro , where your from ? do you understand Bengali?
0@Saurav-Q1Posted about 1 year ago@sagormohammedyousuf yes i do understand Bengali. i am from bangladesh
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