contentful / experience-builder

https://www.contentful.com/developers/docs/experiences/what-are-experiences/
MIT License
5 stars 1 forks source link

Add design token support for font weight? #554

Open samiresua opened 1 month ago

samiresua commented 1 month ago

Similar to line height, text color and font size it would be very useful to be able to add design tokens for font weights too.

eg;

    fontWeight: {
        Thin: '100',
        Light: '300',
        Regular: '400',
        Medium: '500',
        Bold: '700',
        Black: '900'
    }
ryunsong-contentful commented 4 weeks ago

Thank you for the feedback, taking this back to the team to prioritize as needed