From 73e2f184cf841c567d16d7709569bc158008758e Mon Sep 17 00:00:00 2001 From: Mark Cooper Date: Wed, 1 Sep 2021 13:50:37 -0500 Subject: [PATCH] Remove test fonts --- client/nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 517a08a6..c1703017 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -36,7 +36,6 @@ module.exports = { link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Fira+Mono&family=Ubuntu+Mono&family=Open+Sans:wght@400;600&family=Gentium+Book+Basic' }, - { rel: 'stylesheet', href: "https://fonts.googleapis.com/css2?family=Fondamento&family=Gentium+Book+Basic&family=Kurale&family=Lateef&family=Mate+SC&family=Merienda&display=swap" }, { rel: 'stylesheet', href: 'https://fonts.googleapis.com/icon?family=Material+Icons' } ] },