Skip to content

Commit 2d6cdff

Browse files
committed
chore: add favicons
1 parent 299698d commit 2d6cdff

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed
12.2 KB
Loading
1.23 KB
Loading
1.55 KB
Loading
14.7 KB
Binary file not shown.

playground/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
77
<link rel="preconnect" href="https://fonts.gstatic.com" />
8-
<link rel="preconnect" href="https://fonts.gstatic.com" />
98
<link
109
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;400;500;600;700;800;900&family=Rokkitt:wght@100;200;300;400;500;600;700;800;900&display=swap"
1110
rel="stylesheet"
1211
/>
12+
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
13+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
14+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
15+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
1316
</head>
1417

1518
<body>

0 commit comments

Comments
 (0)