From 0d9f60cca42a88ee1b463cce6c01ed778fb1e0d3 Mon Sep 17 00:00:00 2001 From: chichun2002 <91582565+chichun2002@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:30:30 +1000 Subject: [PATCH] Update style.css --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ed514e4..4d7a4d0 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,900;1,900&display=swap'); *{ /* outline: 1px solid red; */ font-family: "Roboto", sans-serif; - /* margin: 0; */ + font-style: normal; box-sizing: border-box; } @@ -236,4 +237,4 @@ p{ font-weight: 600; color: white; -} \ No newline at end of file +}