Set font weight to semi-bold

This commit is contained in:
Ivan Malison 2016-09-16 11:30:19 -07:00
parent 9fab348efb
commit 8e7e802ef4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3935,7 +3935,7 @@ Set the character used to represent spaces to ·, and the character used for tab
(condition-case _ignored
(set-face-attribute 'default nil :font "Source Code Pro")
('error nil))
(set-face-attribute 'default nil :weight 'normal)
(set-face-attribute 'default nil :weight 'semi-bold)
(set-face-attribute
'default nil :height imalison:default-font-size-pt))
(progn