Skip to content

Commit

Permalink
fix: set source code pro
Browse files Browse the repository at this point in the history
  • Loading branch information
dds committed Jun 13, 2020
1 parent 401b7c0 commit 706a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .doom.d/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
;; (setq doom-font (font-spec :family "Source Code Pro" :size 12))
(setq doom-font "monospace-11")
(setq doom-font "Source Code Pro-13")

;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
Expand Down

0 comments on commit 706a8c4

Please sign in to comment.