Skip to content

Instantly share code, notes, and snippets.

@darrylhebbes
Created October 29, 2024 12:27
Show Gist options
  • Save darrylhebbes/169304573d45dd312a3616676efabaad to your computer and use it in GitHub Desktop.
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)
;; 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