Skip to content

Instantly share code, notes, and snippets.

@jarun
Last active September 11, 2015 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarun/d59e209428d59c7a092d to your computer and use it in GitHub Desktop.
Save jarun/d59e209428d59c7a092d to your computer and use it in GitHub Desktop.
font configuration files
FILE: /etc/fonts/conf.d/99-sharp-fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign"><bool>true</bool></edit>
<edit name="hinting" mode="assign"><bool>true</bool></edit>
<edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
<edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
</fontconfig>
FILE: /etc/X11/Xresources/sharp-fonts
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
FILE: /etc/profile.d/infinality-settings.sh
USE_STYLE="WINDOWS7"
System Font settings:
Enable antialiasing - Yes
Enable hinting - Yes
Hinting style: Full
Sub-pixel geometry: RGB
Font: Open Sans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment