Skip to content

Commit

Permalink
Merge pull request #13081 from redian/patch-1
Browse files Browse the repository at this point in the history
Update storybook-preview-head-example.html.mdx
  • Loading branch information
shilman authored and ghengeveld committed Dec 7, 2020
1 parent 6aaa404 commit 04008a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/common/storybook-preview-head-example.html.mdx
@@ -1,10 +1,10 @@
```html
<!-- .storybook/preview-head.html -->

<!-- Pull in static files served from your Static director or the internet -->
<!-- Pull in static files served from your Static directory or the internet -->
<link rel=”preload” href=”your/font” />
<!-- Or you can load custom head-tag JavaScript: -->
<script src="https://use.typekit.net/xxxyyy.js"></script>
<script>try{ Typekit.load(); } catch(e){ }</script>

```
```

0 comments on commit 04008a5

Please sign in to comment.