⚝
One Hat Cyber Team
⚝
Your IP:
3.148.194.168
Server IP:
46.30.215.167
Server:
Linux cvq1i3q8c 6.8.0-51-generic #52+onecomnfs.20241217.0912 SMP PREEMPT_DYNAMIC Tue Dec 17 10:10 x86_64
Server Software:
Apache
PHP Version:
8.4.7
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
fonts
/
conf.avail
/
View File Name :
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>