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:
parent
9d4b34cad7
commit
42b1db1d08
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user