changed default font
This commit is contained in:
parent
3865bccc30
commit
d0908b374b
5
main.js
5
main.js
|
@ -1,7 +1,7 @@
|
|||
var defaultsettings =
|
||||
{
|
||||
bgcolor: "white",
|
||||
fontfamily: "system-ui",
|
||||
fontfamily: "helvetica",
|
||||
fontsize: "16px",
|
||||
fontcolor: "rgb(55, 53, 47)",
|
||||
lineheight: "24px",
|
||||
|
@ -669,8 +669,7 @@ function shownotelinks()
|
|||
font:
|
||||
{
|
||||
color: settings.fontcolor,
|
||||
size: 16,
|
||||
face: "system-ui"
|
||||
size: 16
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue