From b16475b8bd352a75f6fc4e89219545d93f603430 Mon Sep 17 00:00:00 2001 From: frikinjay <88995340+frikinjay@users.noreply.github.com> Date: Sun, 7 Aug 2022 00:36:55 +0530 Subject: [PATCH] Change the link to Modrinth CDN from #581 (#582) * Fix the bunny fonts link from #580 * Change the link to Modrinth CDN from #581 --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index b5e23236c..d3da43c5b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -114,7 +114,7 @@ export default { }, { rel: 'stylesheet', - href: 'https://fonts.bunny.net/css2?family=Inter:wght@400;500;700;800&display=swap', + href: 'https://cdn-raw.modrinth.com/fonts/inter/inter.css', }, { rel: 'search',