rszalai wrote:Sure, here is my current local.conf:
http://pastebin.com/2Wx9mtSQ
I have all the Windows 7 fonts and a few apple fonts installed (but no old ms core fonts).
Does your system also have /etc/fonts/conf.d/31-cantarell.conf , which contains these contents?
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<!--
Define aliasing and other fontconfig settings for Cantarell.
-->
<fontconfig>
<!-- Generic name assignment -->
<match target="pattern">
<test qual="any" name="family">
<string>Cantarell</string>
</test>
<edit name="family" mode="assign" binding="weak">
<string>Cantarell</string>
</edit>
</match>
</fontconfig>

