Skip to content

Commit 4fb8a83

Browse files
committed
i hate preloading
1 parent 0e1496e commit 4fb8a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ def create_html_structure():
308308
309309
<link rel="apple-touch-icon" href="https://avatars.githubusercontent.com/u/58365715?v=4">
310310
<script src="tailwind.js"></script>
311-
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
311+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
312312
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js" defer></script>
313-
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
313+
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js" defer></script>
314314
<style>
315315
body {{
316316
font-family: 'Inter', sans-serif;

0 commit comments

Comments
 (0)