diff --git a/app/styles/base/_typography.scss b/app/styles/base/_typography.scss index 06e7d488..70caaebe 100644 --- a/app/styles/base/_typography.scss +++ b/app/styles/base/_typography.scss @@ -103,3 +103,7 @@ body:not(.edge) * { background-color: var(--text-selection-bg-color); } } + +code { + font-family: $monospace-font-family; +} diff --git a/release-notes.md b/release-notes.md index 3a4946e1..67c4ac77 100644 --- a/release-notes.md +++ b/release-notes.md @@ -8,6 +8,7 @@ Release notes `+` #862: downloading attachments on mobile `+` #480: option to launch the app minimized `-` fix #1273: untranslated menu items +`-` fix #1311: better monospace fonts ##### v1.11.10 (2019-10-16) `-` fix #1305: WebDAV issues