changed default font
This commit is contained in:
parent
8bbbfb6ce9
commit
850756417a
8
main.js
8
main.js
|
@ -1,10 +1,10 @@
|
|||
var defaultsettings =
|
||||
{
|
||||
bgcolor: "white",
|
||||
fontfamily: "monospace",
|
||||
fontsize: "14px",
|
||||
fontcolor: "black",
|
||||
lineheight: "130%",
|
||||
fontfamily: "system-ui",
|
||||
fontsize: "16px",
|
||||
fontcolor: "rgb(55, 53, 47)",
|
||||
lineheight: "24px",
|
||||
accentcolor: "#5AA7CE",
|
||||
margins: "20%",
|
||||
savedelay: 2000,
|
||||
|
|
Loading…
Reference in New Issue