fixed: use system ui font instead of specific
This commit is contained in:
parent
05e7b7f961
commit
ff96f87b68
2
main.js
2
main.js
|
@ -665,7 +665,7 @@ function shownotelinks()
|
|||
{
|
||||
color: settings.fontcolor,
|
||||
size: 16,
|
||||
face: "Segoe UI"
|
||||
face: "system-ui"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -104,7 +104,7 @@ body::-webkit-scrollbar-thumb {
|
|||
/* preview */
|
||||
|
||||
#preview {
|
||||
font-family: "Segoe UI";
|
||||
font-family: system-ui;
|
||||
font-size: 16px;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
@ -125,7 +125,7 @@ body::-webkit-scrollbar-thumb {
|
|||
opacity: 1;
|
||||
width: 80%;
|
||||
z-index: 2;
|
||||
font-family: "Segoe UI";
|
||||
font-family: system-ui;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue