mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
f0cab128f9
l/imagemagick-7.1.1_43-x86_64-1.txz: Upgraded. x/dejavu-fonts-ttf-2.37-noarch-8.txz: Rebuilt. Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you would like to make the DejaVu fonts preferred for their font families: 58-dejavu-sans-mono-default-monospace.conf, 59-dejavu-sans-default-sans.conf, and 59-dejavu-serif-default-serif.conf. x/noto-fonts-ttf-2024.12.01-noarch-2.txz: Rebuilt. Added some optional fontconfig files to symlink into /etc/fonts/conf.d if you would like to make the Noto fonts preferred for their font families: 58-noto-mono-default-monospace.conf, 59-noto-sans-default-sans.conf. and 59-noto-serif-default-serif.conf, y/gnugo-3.8-x86_64-1.txz: Added. Added the GNU Go game engine. Thanks to alienBOB.
10 lines
207 B
XML
10 lines
207 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<alias>
|
|
<family>monospace</family>
|
|
<prefer>
|
|
<family>Noto Sans Mono</family>
|
|
</prefer>
|
|
</alias>
|
|
</fontconfig>
|