In that case you can create the userstyle.css
file in C:\Users\«yourAccount»\.config\joplin-desktop\, and experiment with for instance:
body, th, td {
font-family: Bitter, Georgia, Avenir, Arial, sans-serif;
font-size: 13pt;
font-variant-numeric: tabular-nums;
color: black;
}
The font-family
rule works as follows:
- If Bitter is installed on your Windows, you get Bitter
- If not, then Georgia is tried
- If no Georgia, Avenir is tried
And so on. But I expect at least Georgia will succeed, as this is one of the standard fonts on Windows. You are completely free to choose whatever you like. For the viewer (the most right panel) no monospace is required.
Styling is one of the subjects that are widely discussed on this forum. Inspiring examples can be found here and here.