changed font for preview and network

This commit is contained in:
quenousimporte 2023-11-07 10:36:51 +01:00
parent 7bd51ce1e6
commit 05e7b7f961
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -101,6 +101,14 @@ body::-webkit-scrollbar-thumb {
}
/* preview */
#preview {
font-family: "Segoe UI";
font-size: 16px;
line-height: 150%;
}
/* search file dialog */
#filter {