From 09c3b7975504fc769032b99ec3de40902f93bece Mon Sep 17 00:00:00 2001 From: Mudit Kubrey <94749969+DeadlyRanger@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:48:17 +0530 Subject: [PATCH] Update main.css --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 67c5c5fd..6fc094da 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -16,8 +16,8 @@ html { body { background: #fff; font-size: 14px; - font-weight: 400; - font-family: "Open Sans", sans-serif; + font-weight: 600; + font-family: "Poppins", sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;