fixed: use system ui font instead of specific

This commit is contained in:
quenousimporte 2023-11-07 11:21:11 +01:00
parent 05e7b7f961
commit ff96f87b68
2 changed files with 3 additions and 3 deletions

View File

@ -665,7 +665,7 @@ function shownotelinks()
{ {
color: settings.fontcolor, color: settings.fontcolor,
size: 16, size: 16,
face: "Segoe UI" face: "system-ui"
} }
} }
}; };

View File

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