From b41274c172b526705e130edca68cfab12d2c0e4a Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 23 Sep 2015 10:31:21 -0700 Subject: Use standard Markdown font in Markdown preview instead of fixed-width font Closes #2585 --- CHANGELOG | 1 + app/assets/stylesheets/generic/typography.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8f7d118eca6..5a5787030fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ v 8.0.2 (unreleased) - Make commit graphs responsive to window width changes (Stan Hu) - Fix top margin for sign-in button on public pages - Fix LDAP attribute mapping + - Use standard Markdown font in Markdown preview instead of fixed-width font (Stan Hu) v 8.0.1 - Improve CI migration procedure and documentation diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index 7a8a17ced99..551db31db12 100644 --- a/app/assets/stylesheets/generic/typography.scss +++ b/app/assets/stylesheets/generic/typography.scss @@ -110,7 +110,6 @@ textarea.js-gfm-input { } .md-preview { - font-family: $monospace_font; } .strikethrough { -- cgit v1.2.1