diff --git a/src/renderer/src/app.scss b/src/renderer/src/app.scss index be925054..5309325e 100644 --- a/src/renderer/src/app.scss +++ b/src/renderer/src/app.scss @@ -32,7 +32,7 @@ main { body { overflow: hidden; user-select: none; - font-family: "Noto Sans, sans-serif"; + font-family: "Noto Sans", sans-serif; font-size: $body-font-size; color: $body-color; margin: 0;