diff --git a/main.js b/main.js index a3f4db2..c669428 100644 --- a/main.js +++ b/main.js @@ -665,7 +665,7 @@ function shownotelinks() { color: settings.fontcolor, size: 16, - face: "Segoe UI" + face: "system-ui" } } }; diff --git a/style.css b/style.css index 6cf9dd9..ed9cc72 100644 --- a/style.css +++ b/style.css @@ -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; }