.storybook/preview-head.html
<link href="https://fonts.googleapis.com/css?family=Encode+Sans:400,700" rel="stylesheet" />
<style type="text/css">
@font-face {
font-family: 'DIN Condensed Bold';
font-style: normal;
font-weight: normal;
font-display: auto;
/* prettier-ignore */
src:
url("./static/fonts/DINCondensed-Bold.ttf") format("truetype"),
url("./static/fonts/DINCondensed-Bold.woff2") format("woff2"),
url("./static/fonts/DINCondensed-Bold.woff") format("woff");
}
</style>
<script>
try {
Typekit.load();
} catch (e) {}
</script>