tamir_font
This commit is contained in:
parent
fb74b1519f
commit
1e691603b2
|
@ -0,0 +1,12 @@
|
||||||
|
<!--?xml version="1.0"?>-->
|
||||||
|
<!--DOCTYPE fontconfig SYSTEM "fonts.dtd">-->
|
||||||
|
<!-- ~/.fonts.conf for per-user font configuration -->
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="family"><string>Helvetica</string></test>
|
||||||
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
|
<string>DejaVu Sans</string>
|
||||||
|
<string>Helvetica</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cp -rf /sources/milis.git/ayarlar/98-tamir.conf /etc/fonts/conf.d/
|
Loading…
Reference in New Issue