Design comparison
Community feedback
- @Patolin3084Posted 2 months ago
Oh! I've never seen that it could be done like that. Thank you very much for your reply!
0 - @Patolin3084Posted 3 months ago
Hello! Your code was very easy to read and understand, and I think it meets all the requirements of the exercise. Congratulations! There is only one thing I don't understand because I'm a newbie: @font-face { font-family: 'FigtreeSemiBold'; src: url('../fonts/static/Figtree-SemiBold.ttf'); }
@font-face { font-family: 'FigtreeExtraBold'; src: url('../fonts/static/Figtree-ExtraBold.ttf'); }
@font-face { font-family: 'FigtreeRegular'; src: url('../fonts/Figtree-VariableFont_wght.ttf'); }
I don't really know what this code is doing. I would really appreciate it if you could give me a little explanation. Thanks!
0@iCloudBMXPosted 3 months ago@Patolin3084 Thanks for your feedback. @font-face is used to import custom font file.
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