From b6caf4e4a7cc14ad11ffff0e2e84a0f3bf62a41b Mon Sep 17 00:00:00 2001 From: himeshr Date: Tue, 3 Dec 2024 18:11:22 +0530 Subject: [PATCH] #155 | Sort googleFonts weights --- gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index f5583cd..0f1d0fa 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -116,10 +116,10 @@ module.exports = { { family: `Muli`, weights: [ + '200', + '400', '900', '900i', - '400', - '200', ] }, ],