Skip to content

Commit 845a605

Browse files
🎨 Update index.html to comment out the font stylesheet link
1 parent 2022f76 commit 845a605

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
<!DOCTYPE html>
22
<html lang="">
3-
<head>
4-
<meta charset="UTF-8">
5-
<link rel="icon" href="/favicon.ico">
6-
<link href="https://fonts.font.im/css?family=Roboto+Mono" rel="stylesheet">
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>JiMi 公众号排版工具</title>
9-
</head>
10-
<body>
11-
<div id="app"></div>
12-
<script type="module" src="/src/main.ts"></script>
13-
</body>
14-
</html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<link rel="icon" href="/favicon.ico">
7+
<!-- <link href="https://fonts.font.im/css?family=Roboto+Mono" rel="stylesheet"> -->
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<title>JiMi 公众号排版工具</title>
10+
</head>
11+
12+
<body>
13+
<div id="app"></div>
14+
<script type="module" src="/src/main.ts"></script>
15+
</body>
16+
17+
</html>

0 commit comments

Comments
 (0)