changed default font

This commit is contained in:
quenousimporte 2023-11-08 08:56:38 +01:00
parent 8bbbfb6ce9
commit 850756417a
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
var defaultsettings = var defaultsettings =
{ {
bgcolor: "white", bgcolor: "white",
fontfamily: "monospace", fontfamily: "system-ui",
fontsize: "14px", fontsize: "16px",
fontcolor: "black", fontcolor: "rgb(55, 53, 47)",
lineheight: "130%", lineheight: "24px",
accentcolor: "#5AA7CE", accentcolor: "#5AA7CE",
margins: "20%", margins: "20%",
savedelay: 2000, savedelay: 2000,