changed default font

This commit is contained in:
quenousimporte 2023-11-10 10:12:29 +01:00
parent 3865bccc30
commit d0908b374b
2 changed files with 2 additions and 5 deletions

View File

@ -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
}
}
};

View File

@ -104,7 +104,6 @@ body::-webkit-scrollbar-thumb {
/* preview */
#preview {
font-family: system-ui;
font-size: 16px;
line-height: 150%;
}
@ -125,7 +124,6 @@ body::-webkit-scrollbar-thumb {
opacity: 1;
width: 80%;
z-index: 2;
font-family: system-ui;
font-size: 14px;
}