Comment 21 for bug 37745

Revision history for this message
In , Sebastien Bacher (seb128) wrote :

Reassigning to fontconfig. At the moment the prefer symbols fonts is not a
Symbols one, the default fonts.conf should probably have a :

"
 <match target="pattern">
  <test name="family">
   <string>Symbol</string>
  </test>
  <edit name="family" mode="prepend" binding="same">
   <string>Standard Symbols L</string>
  </edit>
 </match>
"