From 78261b4aad4ceed5b3b11e761436313b1cac3bfe Mon Sep 17 00:00:00 2001 From: Ali Tavakoli <ali.tavakoli@gmail.com> Date: Fri, 21 Mar 2014 14:14:11 -0400 Subject: [PATCH] Set monospace font-family for textarea.js-gfm-input --- app/assets/stylesheets/generic/typography.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index 3a31e28e0a..bca0b12ab6 100644 --- a/app/assets/stylesheets/generic/typography.scss +++ b/app/assets/stylesheets/generic/typography.scss @@ -120,3 +120,11 @@ a:focus { .md { @include md-typography; } + +/** + * Textareas intended for GFM + * + */ +textarea.js-gfm-input { + font-family: $monospace_font; +} -- 2.30.9