changed default font
This commit is contained in:
parent
8bbbfb6ce9
commit
850756417a
8
main.js
8
main.js
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue