From bb27c05ea17b794a180d5562ada721ae8854f3d5 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 21 Apr 2015 23:20:00 +0100 Subject: Fix #275. semibold to semi-bold --- sx-question-print.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-question-print.el') diff --git a/sx-question-print.el b/sx-question-print.el index 096586a..90a03fb 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -555,11 +555,11 @@ font-locks code-blocks according to mode." (defface sx-question-mode-kbd-tag '((((background dark)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray30")) (((background light)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray70"))) "Face used on tags." :group 'sx-question-mode-faces) -- cgit v1.2.3