From b87bcb96acf25d06e5546b5eda91cafc6185230f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Tue, 13 Sep 2016 01:29:46 +0200 Subject: [PATCH] Proper font-family for docs input fields (#7706) (#7708) --- docs/_css/_typography.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/_css/_typography.scss b/docs/_css/_typography.scss index 4c3158a20e..3d94ba05b6 100644 --- a/docs/_css/_typography.scss +++ b/docs/_css/_typography.scss @@ -112,8 +112,6 @@ li { line-height: 20px; } - - a { color: $linkColor; text-decoration: none; @@ -131,3 +129,7 @@ a { .center { text-align: center; } + +input { + font-family: inherit; +}