Decrease fontsize in emacs and alacritty

This commit is contained in:
Marco Thomas
2021-09-25 17:26:45 +02:00
parent cf78a066fe
commit 22cfde0969
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
;; Font
; default font
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 100)
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 90)
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend)
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append)
@@ -444,7 +444,7 @@
treemacs-directory-collapsed-face
treemacs-file-face
treemacs-tags-face))
(set-face-attribute face nil :family "Product Sans" :height 100))
(set-face-attribute face nil :family "Product Sans" :height 90))
:bind
(:map global-map
("C-x t t" . treemacs)))