fix: font anti aliasing

This commit is contained in:
Shivam Mishra 2020-09-08 17:17:51 +05:30
parent 166dac4841
commit bc5fccc494

View file

@ -4,6 +4,7 @@ html {
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $body-color;
&.full-width {