This commit is contained in:
parent
ff0abe9f2e
commit
6f45c9de2e
3 changed files with 2 additions and 36 deletions
|
|
@ -25,7 +25,7 @@
|
|||
;; (defconst icejam-font "Victor Mono Medium" "Default font.")
|
||||
;; (defconst icejam-font "Iosevka Term" "Default font.")
|
||||
|
||||
(defconst icejam-default-font-family "Iosevka Term" "Default font.")
|
||||
(defconst icejam-default-font-family "Iosevka" "Default font.")
|
||||
(defconst icejam-variable-font-family "Lexica Ultralegible"
|
||||
"Variable pitch font.")
|
||||
(defconst icejam-markdown-font-family "Iosevka Comfy Motion"
|
||||
|
|
@ -111,7 +111,7 @@ two points smaller."
|
|||
(when (x-display-list)
|
||||
(let* ((pixel-height (x-display-pixel-height))
|
||||
(adjustment (cond
|
||||
((>= 1080 pixel-height) 0) ;; Built-in 14" Macbook screen
|
||||
((>= 1080 pixel-height) 2) ;; Built-in 14" Macbook screen
|
||||
((>= 1440 pixel-height) 3) ;; 27" screen connected to a Macbook
|
||||
((>= 2160 pixel-height) -3)))) ;; 4K screen (i.e Linux)
|
||||
(when adjustment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue