From 278a56e5809ce2ea4cb75092a792855e5d15214b Mon Sep 17 00:00:00 2001 From: frikinjay <88995340+frikinjay@users.noreply.github.com> Date: Tue, 26 Jul 2022 23:55:43 +0530 Subject: [PATCH] Fix the bunny fonts link from #580 (#581) --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 98d473156..b5e23236c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -114,7 +114,7 @@ export default { }, { rel: 'stylesheet', - href: 'https://fonts.bunny.net/css?family=inter:400;500;700;800', + href: 'https://fonts.bunny.net/css2?family=Inter:wght@400;500;700;800&display=swap', }, { rel: 'search',