]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(sfc-playground): remove unused font
authorEvan You <yyx990803@gmail.com>
Tue, 7 Sep 2021 04:29:40 +0000 (00:29 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 7 Sep 2021 04:29:40 +0000 (00:29 -0400)
packages/sfc-playground/index.html

index f8373877d60b0dda7243ef95d7f9aad1168f242f..5966004bbb1bf4a1302bdb697505d5a18d153158 100644 (file)
@@ -6,13 +6,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <link rel="icon" type="image/svg" href="/logo.svg" />
     <title>Vue SFC Playground</title>
-
-    <link rel="preconnect" href="https://fonts.gstatic.com" />
-    <link
-      href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
-      rel="stylesheet"
-    />
-
     <script>
       // process shim for old versions of @vue/compiler-sfc dependency
       window.process = { env: {} }