Created
October 29, 2024 12:27
-
-
Save darrylhebbes/169304573d45dd312a3616676efabaad to your computer and use it in GitHub Desktop.
Emacs GUI on Windows 11 type face smoothing (anti-aliasing) for removing fuzzy font rendering (fringing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Try Use Different Hinting Options: Experiment with different values of | |
;;hinting (e.g., true, false, or slight) to see if it reduces the | |
;;fuzziness. | |
;;Also Experiment with Different adstyle Options: Try using normal instead | |
;;of mono, as adstyle=mono might restrict some font smoothing | |
;;adjustments. | |
(add-to-list 'default-frame-alist '(font . "Iosevka Comfy-9.5:antialias=standard:hinting=true:adstyle=mono")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment