1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-30 08:26:59 +02:00

Desktop: Use Arial for note viewer in Windows

This commit is contained in:
Laurent Cozic 2019-02-07 00:00:08 +00:00
parent 9d4b34cad7
commit 42b1db1d08

View File

@ -525,9 +525,7 @@ class MdToHtml {
b,strong{font-weight:bolder}small{font-size:80%}img{border-style:none}
`;
// TODO: Find good font for Windows and Linux
const fontFamily = "'Avenir', sans-serif";
const fontFamily = "'Avenir', 'Arial', sans-serif";
const css = `
body {