Skip to content

Commit 6bc8cab

Browse files
committed
Fix Inter font loadng
1 parent 8546140 commit 6bc8cab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/app/src/app/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@
3434
<!-- {{OEMBED TAG}} -->
3535
<title>CodeSandbox</title>
3636
<link href="/static/fonts/dmvendor.css" rel="stylesheet">
37-
</link>
37+
</link>
38+
<link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Regular.woff2" as="font">
39+
</link>
40+
<link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Medium.woff2" as="font">
41+
</link>
42+
<link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Bold.woff2" as="font">
43+
</link>
44+
<link href="/static/fonts/inter/inter.css" rel="stylesheet">
45+
</link>
3846
<!-- Google Tag Manager -->
3947
<script>
4048
(function (w, d, s, l, i) {

0 commit comments

Comments
 (0)