Use normal weight source code pro

This commit is contained in:
Ivan Malison 2016-09-12 15:33:42 -07:00
parent 9a16039965
commit 97f3ea716d
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3904,7 +3904,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 'semi-bold)
(set-face-attribute 'default nil :weight 'normal)
(set-face-attribute
'default nil :height (if (equal system-type 'darwin) 135 110)))
(progn