From daf6dfe6fcdb2ae03e8b8183d55c7fa418c9f410 Mon Sep 17 00:00:00 2001 From: Llewellyn D'souza Date: Fri, 7 Jan 2022 17:05:34 +0530 Subject: [PATCH] Updated: global css rules --- src/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index e4baebe..5faa02f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,11 +1,13 @@ +html, body { margin: 0; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; } * { font-family: Averta; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + box-sizing: border-box; } code {