Skip to content

Commit f78afe3

Browse files
refactor(.storybook): preload Inter font in preview
1 parent a27a3fb commit f78afe3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.storybook/preview-head.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
--font-inter: 'Inter', sans-serif;
55
}
66

7-
</style>
7+
</style>
8+
9+
<link rel="preload" href="/fonts/inter/latin.woff2" as="font" type="font/woff2" crossorigin="anonymous" />

0 commit comments

Comments
 (0)