Skip to content

Instantly share code, notes, and snippets.

@lo48576
Created August 21, 2018 05:18
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 lo48576/ebe5e3cf7e5361e9c35ba9737726517f to your computer and use it in GitHub Desktop.
Save lo48576/ebe5e3cf7e5361e9c35ba9737726517f to your computer and use it in GitHub Desktop.
fonts.conf at 2018-08-21
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>VLPGothic</string>
<string>Koruri</string>
<string>IPAPGothic</string>
<string>IPAexGothic</string>
<string>IPAMonaPGothic</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>IPAPMincho</string>
<string>IPAexMincho</string>
<string>IPAMonaPMincho</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Ricty</string>
<string>VLGothic</string>
<string>Inconsolata</string>
<string>Monospace</string>
<string>Migu 1M</string>
<string>IPAMonaGothic</string>
<string>IPAGothic</string>
<string>Noto Mono</string>
<string>unifont</string>
</edit>
</match>
<!--
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
-->
<cachedir>~/.cache/fontconfig/</cachedir>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment