Skip to content

Commit

Permalink
chore(chromatic): preview head preload fix (#3811)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
greg-in-a-box and mergify[bot] authored Jan 6, 2025
1 parent 5c53690 commit 81f8cb1
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
<link rel="preload" href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff" />
<link rel="preload" href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff2" />
<link rel="preload" href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Bold.woff" />
<link rel="preload" href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Bold.woff2" />
<link
rel="preload"
href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff"
as="font"
type="font/woff"
crossorigin="anonymous"
/>
<link
rel="preload"
href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Regular.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>
<link
rel="preload"
href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Bold.woff"
as="font"
type="font/woff"
crossorigin="anonymous"
/>
<link
rel="preload"
href="https://cdn01.boxcdn.net/fonts/1.0.17/lato/Lato-Bold.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
/>

0 comments on commit 81f8cb1

Please sign in to comment.