Skip to content

Instantly share code, notes, and snippets.

@luizmello
Last active January 9, 2022 18:00
Show Gist options
  • Save luizmello/ccdd323bb661e0dc37942227a11a2454 to your computer and use it in GitHub Desktop.
Save luizmello/ccdd323bb661e0dc37942227a11a2454 to your computer and use it in GitHub Desktop.
infinality like freetype2.sh settings
Install some fonts, for example:
sudo pacman -S ttf-dejavu ttf-liberation noto-fonts
Enable FreeType subpixel hinting mode by editing:
/etc/profile.d/freetype2.sh
Uncomment the desired mode at the end:
export FREETYPE_PROPERTIES="truetype:interpreter-version=38"
For font consistency, all applications should be set to use the serif, sans-serif, and monospace aliases, which are mapped to particular fonts by fontconfig.
Set your font settings to match above in your DE system settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment