From 05e7b7f96164f8dddb93b0c8dff3bfa7e2cb5645 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 7 Nov 2023 10:36:51 +0100 Subject: [PATCH] changed font for preview and network --- main.js | 2 +- style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 {