Design comparison
Solution retrospective
The biggest challenge was finding an acceptable compromise in the use of viewport width values.
What specific areas of your project would you like help with?I would like to know other ways to achieve font scaling without using clamp() function or media queries.
Community feedback
- @alonsovzqzPosted 3 months ago
TIL that there's actually another way to scale fonts without using
clamp
or media queries, so thanks so much for making me research about it.Here's what I found, an article on CSS Tricks: Viewport sized Typography and practically they teach us that we can make use of viewport units for the
font-size
property. But I encourage to read it and see if that's something like you were looking for.Great job on your solution and asking those interesting questions. Hope might help.
Marked as helpful0
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