You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop: Use Arial for note viewer in Windows
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user