This commit is contained in:
milisbir 2017-09-10 20:47:03 +03:00
commit 4af3ec5202
3 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Reject bitmap fonts -->
<selectfont>
<rejectfont>
<pattern>
<patelt name="scalable"><bool>false</bool></patelt>
</pattern>
</rejectfont>
</selectfont>
</fontconfig>

View File

@ -3,10 +3,10 @@
<!-- ~/.fonts.conf for per-user font configuration -->
<fontconfig>
<match>
<test name="family"><string>Helvetica</string></test>
<test name="family"><string>Times</string></test>
<edit name="family" mode="prepend" binding="strong">
<string>Dejavu Sans</string>
<string>Helvetica</string>
<string>FreeSerif</string>
<string>Times</string>
</edit>
</match>
</fontconfig>

View File

@ -1,3 +1,5 @@
#!/bin/bash
#[ ! -d /var/lib/pkg/DB/tex-gyre-fonts ] && mps kur tex-gyre-fonts
[ ! -d /var/lib/pkg/DB/tex-gyre-fonts ] && mps kur tex-gyre-fonts
[ ! -d /var/lib/pkg/DB/freefont-ttf ] && mps kur freefont-ttf
cp -rf /sources/milis.git/ayarlar/70-no-bitmaps.conf /etc/fonts/conf.d/
cp -rf /sources/milis.git/ayarlar/98-tamir.conf /etc/fonts/conf.d/