You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @HeadwayLabs which font's are you referring to? The ones in your dartboard when you switch different screen sizes? Want to make sure I'm understanding you 100% so we can determine how to tackle this best. Thanks!
I mean any text in the artboard. This is not such a big deal on smaller fonts. But when you have a 90px font for a header its fine on a large screen. But on a small 480px screen this text is massive and breaks outside the artboard.
Being able to scale up or down depending on the artboard width would be ideal. Similar to how rem's work in CSS.
If you apply a base size to the body for mobile first and then with breakpoints you scale it up for larger screens.
That 90px font would be 5rem. At 13px for a small screen it is 65px on a large screen with the base at 18px it would be 90px. Not sure if this or similar logic can be applied or not but thought I would mention it ;)
Title says it all. Would be handy to be able to set a smaller font on smaller screens.
The text was updated successfully, but these errors were encountered: