Posts, a community app by Read.cv

Thread
Martin Hansen

Has anyone found a good way to work with fonts that scale with the viewport width (vw) in Figma? I'm trying to figure out the best way to handover Figma files for dev. with the vw-scaling.

William M.
Replying to @designbymash

Although people don't recommend using viewport for font scale, I saw a trick that you can change the root's font size to viewport and use EM to change the scales. Here is the video: youtu.be/6wD3Ul6L3Oo?si…

William M.
Replying to @designbymash

If you guys agree to use REM, you can use the Developer Mode on Figma to save time when converting pixels to REM (it's bugged somehow for me, but you can just click on the canvas and change the CSS from PX to REM) :)

Martin Hansen
Replying to @willisenough

Nice. Thanks 🙏