Skip to content

Instantly share code, notes, and snippets.

@yasershahi
Last active April 1, 2025 21:04
Show Gist options
  • Save yasershahi/1d46445705c1a70204703da1a264bd73 to your computer and use it in GitHub Desktop.
Save yasershahi/1d46445705c1a70204703da1a264bd73 to your computer and use it in GitHub Desktop.
بهینه‌سازی رندرینگ فونت فدورا لینوکس برای تم دارک و مانیتورهای معمولی

Notes are for a X post!

Symlinks

sudo ln -fs /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d

sudo ln -fs /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d

Stem Darkening

Add this to your /etc/environment

FREETYPE_PROPERTIES="cff:no-stem-darkening=0;autofitter:no-stem-darkening=0"

Alternatively you can create a new directory on ~

makdir -p ~/.config/environment.d

nano ~/.config/environment.d/env.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment