yeni font ayarları (test)

This commit is contained in:
Furkan Kalkan 2017-09-10 17:52:20 +03:00 committed by GitHub
parent 3b1b297112
commit 53b0437a49
1 changed files with 3 additions and 3 deletions

View File

@ -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>