aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-21 23:20:00 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-21 23:20:00 +0100
commitbb27c05ea17b794a180d5562ada721ae8854f3d5 (patch)
treee0ddcc7ffbc355fe32964f3a145803ff4b7a602d
parent8fbebb079260dfd9d2c7f384d161555c7224d0c6 (diff)
Fix #275. semibold to semi-bold
-rw-r--r--sx-question-print.el4
1 files changed, 2 insertions, 2 deletions
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 <kbd> tags."
:group 'sx-question-mode-faces)