From 858a9bf93b25e29c36f7dcc138ed202065ad1829 Mon Sep 17 00:00:00 2001 From: antelle Date: Thu, 17 Oct 2019 18:53:09 +0200 Subject: [PATCH] fix #1311: better monospace fonts --- app/styles/base/_typography.scss | 4 ++++ release-notes.md | 1 + 2 files changed, 5 insertions(+) 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