Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!--
Opt-in alternative to .fonts.conf: this re-enables antialiasing without
touching the image-wide default (see fonts.conf and the Dockerfile comment
next to it). Tasks that want antialiased text set FONTCONFIG_FILE to this
path instead of relying on the default lookup, which would otherwise also
pick up ~/.fonts.conf and its antialias=false rule.
-->
<fontconfig>
<dir>/usr/share/fonts</dir>
<dir>/usr/local/share/fonts</dir>
<cachedir>/var/cache/fontconfig</cachedir>
<include ignore_missing="yes">/etc/fonts/conf.d</include>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>