From e97a6fe51a9e960025bd474386b49c6685d2fcef Mon Sep 17 00:00:00 2001 From: Nate Date: Sat, 18 Jan 2025 13:14:59 -0300 Subject: [PATCH] font syntax fix --- src/renderer/src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;