Merge branch 'master' of https://github.com/milisarge/malfs-milis
This commit is contained in:
commit
4af3ec5202
|
@ -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>
|
|
@ -3,10 +3,10 @@
|
||||||
<!-- ~/.fonts.conf for per-user font configuration -->
|
<!-- ~/.fonts.conf for per-user font configuration -->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<match>
|
<match>
|
||||||
<test name="family"><string>Helvetica</string></test>
|
<test name="family"><string>Times</string></test>
|
||||||
<edit name="family" mode="prepend" binding="strong">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
<string>Dejavu Sans</string>
|
<string>FreeSerif</string>
|
||||||
<string>Helvetica</string>
|
<string>Times</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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/
|
cp -rf /sources/milis.git/ayarlar/98-tamir.conf /etc/fonts/conf.d/
|
||||||
|
|
Loading…
Reference in New Issue