From 6ab44ccf0cbce3c582054b9bcbfd2d525d6acc2e Mon Sep 17 00:00:00 2001 From: moehreag Date: Tue, 26 Jul 2022 19:32:12 +0200 Subject: [PATCH] Switch from google fonts to bunny (#580) --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 6af97cd8..98d47315 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -114,7 +114,7 @@ export default { }, { rel: 'stylesheet', - href: 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap', + href: 'https://fonts.bunny.net/css?family=inter:400;500;700;800', }, { rel: 'search',