Skip to content

Commit

Permalink
Use a normal font
Browse files Browse the repository at this point in the history
  • Loading branch information
drgmr committed Aug 1, 2021
1 parent 01f6fc4 commit 66d89dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Expand Up @@ -38,8 +38,8 @@
(tool-bar-mode -1)
(fringe-mode 0)
(menu-bar-mode -1)
(set-face-attribute 'default nil :font "CozetteVector" :height 250)
(set-face-attribute 'fixed-pitch nil :font "CozetteVector")
(set-face-attribute 'default nil :font "JetBrains Mono" :height 200)
(set-face-attribute 'fixed-pitch nil :font "JetBrains Mono")
(fset 'yes-or-no-p 'y-or-n-p)
(put 'downcase-region 'disabled nil))

Expand Down

0 comments on commit 66d89dd

Please sign in to comment.