Harley Quinn
Sonic the Hedgehog
- 12/6/03
- 4,772
- 0
- Banned
- #281
Mới cài thử Ubuntu 9, thấy cái font trong FF nó xấu hoắc, lên mạng tìm được cách làm mịn font cũng hay - post lên đây cho bạn nào chưa biết:
Terminal ==> $ gedit ~/.fonts.conf
Paste đoạn code này vào xong nhớ save lại:
Terminal ==> $ gedit ~/.fonts.conf
Paste đoạn code này vào xong nhớ save lại:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>

.
