yeni font ayarları (test)
This commit is contained in:
parent
9b6842b91f
commit
3b1b297112
1 changed files with 12 additions and 0 deletions
12
ayarlar/70-no-bitmaps.conf
Normal file
12
ayarlar/70-no-bitmaps.conf
Normal 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>
|
Loading…
Add table
Reference in a new issue