changed default font
This commit is contained in:
parent
3865bccc30
commit
d0908b374b
5
main.js
5
main.js
|
@ -1,7 +1,7 @@
|
||||||
var defaultsettings =
|
var defaultsettings =
|
||||||
{
|
{
|
||||||
bgcolor: "white",
|
bgcolor: "white",
|
||||||
fontfamily: "system-ui",
|
fontfamily: "helvetica",
|
||||||
fontsize: "16px",
|
fontsize: "16px",
|
||||||
fontcolor: "rgb(55, 53, 47)",
|
fontcolor: "rgb(55, 53, 47)",
|
||||||
lineheight: "24px",
|
lineheight: "24px",
|
||||||
|
@ -669,8 +669,7 @@ function shownotelinks()
|
||||||
font:
|
font:
|
||||||
{
|
{
|
||||||
color: settings.fontcolor,
|
color: settings.fontcolor,
|
||||||
size: 16,
|
size: 16
|
||||||
face: "system-ui"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -104,7 +104,6 @@ body::-webkit-scrollbar-thumb {
|
||||||
/* preview */
|
/* preview */
|
||||||
|
|
||||||
#preview {
|
#preview {
|
||||||
font-family: system-ui;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
@ -125,7 +124,6 @@ body::-webkit-scrollbar-thumb {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
font-family: system-ui;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue