diff --git a/client/src/style/style.css b/client/src/style/style.css index 591a15b..031a039 100644 --- a/client/src/style/style.css +++ b/client/src/style/style.css @@ -1,9 +1,10 @@ * { margin: 0; - padding: 0; box-sizing: border-box; } body { - font-family: Arial, Helvetica, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; }