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
I'm afraid that's not possible at the moment. Maybe we could add some static class names to the token preview elements, so you could use the Style Injection to overwrite the default font family.
I guess this goes into the same direction: I was trying to modify the size of the rendered SVGs with the style injection and custom CSS. Is this possible?
I guess this goes into the same direction: I was trying to modify the size of the rendered SVGs with the style injection and custom CSS. Is this possible?
Yes, but depends if you can find a unique selector for the element. Storybook uses Emotion for scoped styles, which sometimes makes this difficult.
How do I display custom font sizes while maintaining the custom font-family I'm using?
The text was updated successfully, but these errors were encountered: