back to system-ui font by default
This commit is contained in:
parent
b40446789b
commit
c055b44d6e
2
main.js
2
main.js
|
@ -1,7 +1,7 @@
|
||||||
var defaultsettings =
|
var defaultsettings =
|
||||||
{
|
{
|
||||||
bgcolor: "white",
|
bgcolor: "white",
|
||||||
fontfamily: "helvetica",
|
fontfamily: "system-ui",
|
||||||
fontsize: "16px",
|
fontsize: "16px",
|
||||||
fontcolor: "rgb(55, 53, 47)",
|
fontcolor: "rgb(55, 53, 47)",
|
||||||
lineheight: "24px",
|
lineheight: "24px",
|
||||||
|
|
Loading…
Reference in New Issue