Updated: global css rules

This commit is contained in:
Llewellyn D'souza
2022-01-07 17:05:34 +05:30
parent dde5d85f6d
commit daf6dfe6fc

View File

@@ -1,11 +1,13 @@
html,
body { body {
margin: 0; margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }
* { * {
font-family: Averta; font-family: Averta;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-sizing: border-box;
} }
code { code {