Skip to content

Commit 9527887

Browse files
committed
chore(sfc-playground): remove unused font
1 parent a5f1e67 commit 9527887

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/sfc-playground/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="icon" type="image/svg" href="/logo.svg" />
88
<title>Vue SFC Playground</title>
9-
10-
<link rel="preconnect" href="https://fonts.gstatic.com" />
11-
<link
12-
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
13-
rel="stylesheet"
14-
/>
15-
169
<script>
1710
// process shim for old versions of @vue/compiler-sfc dependency
1811
window.process = { env: {} }

0 commit comments

Comments
 (0)