We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2142 commit 0815383Copy full SHA for 0815383
1 file changed
demo/index.html
@@ -13,7 +13,10 @@
13
14
<link rel="preconnect" href="https://fonts.googleapis.com">
15
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16
- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
+ <link
17
+ rel="preload" as="style"
18
+ href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"
19
+ onload="this.onload=null; this.rel='stylesheet';">
20
</head>
21
<body class="layout">
22
<main class="layout__main">
0 commit comments