diff --git a/src/styles/global.css b/src/styles/global.css index f253b78..acf1edd 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -23,6 +23,9 @@ body { --circle-color: rgba(var(--primary), 0.8); --bg-color: rgb(var(--mdui-color-background)); + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", + Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", + sans-serif; min-height: 100vh; background-repeat: no-repeat; margin: 0;