Fix font loading in storybook (#11529)
Both Lato and the icon font were not loading correctly since the CSS expects them to be available under a certain URL. This URL is available in the core app, but not storybook. This commit makes sure the assets load correctly in Storybook, giving us pretty icons and the right font. Storybook assets cannot currently be loaded by merging directories, so this fix makes sure files are loaded individually. https://github.com/storybookjs/storybook/issues/18686pull/11550/head
parent
d7932a93c2
commit
24e1e12256
Loading…
Reference in new issue