diff --git a/frontend/index.html b/frontend/index.html index 78b084e..e92f951 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,4 +1,4 @@ - + diff --git a/frontend/src/index.css b/frontend/src/index.css index daba276..0cdc8e8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,17 @@ body { margin: 0; overflow-x: hidden; - font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", + font-family: + "Roboto", + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + "Oxygen", + "Ubuntu", + "Cantarell", + "Fira Sans", + "Droid Sans", + "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;