From ed29c607ac3b0d0bfe41b633e18ce7695689e82f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Tue, 13 Apr 2021 22:24:25 +0100 Subject: [PATCH] Update global styles --- src/GlobalStyles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GlobalStyles.tsx b/src/GlobalStyles.tsx index ca309a0..ce3e41f 100644 --- a/src/GlobalStyles.tsx +++ b/src/GlobalStyles.tsx @@ -7,6 +7,7 @@ const GlobalStyles = createGlobalStyle` box-sizing: border-box; font-family: 'Inter', sans-serif; font-size: 16px; + font-weight: 400; line-height: 1.5; outline: none; }