Skip to content

Commit 3d9eeda

Browse files
Add missing font
1 parent 2bdd08d commit 3d9eeda

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

plugin/home/index.html

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="favicon.png" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>DeWeb Plugin</title>
8-
</head>
9-
<body>
10-
<div id="root"></div>
11-
<script type="module" src="/src/main.tsx"></script>
12-
</body>
13-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="favicon.png" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>DeWeb Plugin</title>
9+
10+
<!-- Fonts -->
11+
<link rel="preconnect" href="https://fonts.googleapis.com" />
12+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
13+
<link rel="stylesheet" href="./node_modules/@hackernoon/pixel-icon-library/fonts/iconfont.css" />
14+
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"
15+
rel="stylesheet" />
16+
<link rel="preload" as="style" href="https://fonts.cdnfonts.com/css/e1234" media="all"
17+
onload="this.rel='stylesheet'" />
18+
</head>
19+
20+
<body>
21+
<div id="root"></div>
22+
<script type="module" src="/src/main.tsx"></script>
23+
</body>
24+
25+
</html>

0 commit comments

Comments
 (0)