One Hat Cyber Team
Your IP :
3.21.248.81
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
fonts
/
conf.avail
/
Edit File:
53-monospace-lcd-filter.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- conf.d/monospace-lcd-filter.conf --> <fontconfig> <!-- Use legacy LCD filter on smaller Monospace fonts --> <match target="pattern"> <test name="family"> <string>DejaVu Sans Mono</string> </test> <test name="pixelsize" compare="less_eq"> <double>12.0</double> </test> <edit name="lcd_filter" mode="append"> <const>lcdlegacy</const> </edit> <edit name="hintstyle" mode="append"> <const>hintfull</const> </edit> </match> <match target="pattern"> <test name="family"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less_eq"> <double>12.0</double> </test> <edit name="lcd_filter" mode="append"> <const>lcdlegacy</const> </edit> <edit name="hintstyle" mode="append"> <const>hintfull</const> </edit> </match> </fontconfig>
Simpan