Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
That would be a bug, I think... the ThemeVar property is used / converted here: storybook/lib/theming/src/convert.ts Lines 120 to 122 in a18f7e1 But it might just not be used in some places (styled components)? Noteworthy seems to be this gem: storybook/addons/docs/src/blocks/Wrapper.tsx Lines 3 to 5 in 99b6956 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks! Looking to add some brand flavor to our Storybook, and I'm unable to configure a custom font inside of the
create
fn.I have the font loaded in and defined in our css for our components. Is there somewhere else I need to define the font face in order for it to be available for use within the
fontBase
property ofcreate
? Any help would be appreciated!Here's what I have at the moment:
Beta Was this translation helpful? Give feedback.
All reactions