From e834a1e5d5a79848f00ddff728971d6b74a4f8f3 Mon Sep 17 00:00:00 2001 From: Jittojoyes98 <51293782+Jittojoyes98@users.noreply.github.com> Date: Sat, 18 Feb 2023 21:12:44 +0530 Subject: [PATCH] fix : Default font-family (#219) * fix : Default font-family * fix : Default font-family changed --- styles/globals.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index e17fc833d..df616a6b5 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -2,6 +2,14 @@ @tailwind components; @tailwind utilities; +/* Font family */ +@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap'); + +/* Making default font family */ +body{ + font-family: 'Nunito', sans-serif; +} + /* scrollable */ .scrollColorDark {