1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Desktop: Make default editor font a bit bigger

This commit is contained in:
Laurent Cozic
2019-02-06 23:06:37 +00:00
parent 032816fffc
commit cd9aff0f59
2 changed files with 2 additions and 5 deletions

View File

@ -527,9 +527,6 @@ class MdToHtml {
// TODO: Apply style changes to global-style (mobile)
// TODO: Find good font for Windows and Linux
// TODO: Check dark theme
// TODO: Check how it works with zoom
// TODO: Put more margin around
const fontFamily = "'Avenir', sans-serif";
@ -589,7 +586,7 @@ class MdToHtml {
top: .5em;
text-decoration: none;
width: 1.15em;
height: 1.5em;
height: 1.45em;
margin-right: 0.4em;
background-color: ` + style.htmlColor + `;
/* Awesome Font file */