From c055b44d6e74217c32784939f092c590f2ee86d6 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 14 Nov 2023 16:52:28 +0100 Subject: [PATCH] back to system-ui font by default --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index cf2a0f6..149e96f 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ var defaultsettings = { bgcolor: "white", - fontfamily: "helvetica", + fontfamily: "system-ui", fontsize: "16px", fontcolor: "rgb(55, 53, 47)", lineheight: "24px",