From 385573e3ac720eb4e3abd1e1e8660cf509a96755 Mon Sep 17 00:00:00 2001 From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl> Date: Sat, 28 Sep 2024 17:47:04 +0000 Subject: [PATCH] remove google font links --- docs/.vuepress/config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 94dc69b..b9f565b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -70,12 +70,6 @@ export default defineUserConfig({ head: [ ['link', { rel: 'icon', href: 'https://static.igem.wiki/teams/5306/natronaut-logo-no-text.png' }], - ["link", { rel: "preconnect", href: "https://fonts.googleapis.com" }], - ["link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" }], - ["link", { - rel: "stylesheet", - href: "https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap", - }], ], styles: [ -- GitLab