From 307856f8e61a7fc915cefd45f9b973248f2cd31d Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 31 Oct 2021 01:09:27 +0100 Subject: [PATCH] added more weight to lexend fallback (#1087) --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 810a66e64c..5d8375dcc5 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -34,7 +34,7 @@ } /* Lexend Fallback for Cal Sans*/ -@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap"); /* note(PeerRich): TODO move @layer components into proper React Components: