My main goal is to align our typography tokens closer to code. In code, we don’t need a “body-lg-bold” text style because it can be done in code with <strong>.
However in Figma, if I don’t define it as a text style (like “body-lg-bold”) and use “body-lg” and then bold it with “command+B”, the “boldness” resets in interactions or resets when a designer re-enters the text box.
Has anyone found a solution to this without breaking text-styles? What does your design system do?
Is this something that we cannot align with code?