diff --git a/main.js b/main.js index b0e4a68..a3f4db2 100644 --- a/main.js +++ b/main.js @@ -665,7 +665,7 @@ function shownotelinks() { color: settings.fontcolor, size: 16, - face: settings.fontfamily + face: "Segoe UI" } } }; diff --git a/style.css b/style.css index b7db5eb..6cf9dd9 100644 --- a/style.css +++ b/style.css @@ -101,6 +101,14 @@ body::-webkit-scrollbar-thumb { } +/* preview */ + +#preview { + font-family: "Segoe UI"; + font-size: 16px; + line-height: 150%; +} + /* search file dialog */ #filter {