From b82670a2ee72b2d0327e8dcc17c1105d0ed5e623 Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Tue, 22 Dec 2020 20:55:46 +0200 Subject: [PATCH] adapted default styles --- client/src/style/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }