From 78261b4aad4ceed5b3b11e761436313b1cac3bfe Mon Sep 17 00:00:00 2001 From: Ali Tavakoli 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(+), 0 deletions(-) diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index 3a31e28..bca0b12 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; +} -- libgit2 0.21.2