Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.222.78.65
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
fonts /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-hinting-slight.conf
463
B
-rw-r--r--
10-scale-bitmap-fonts.conf
1.96
KB
-rw-r--r--
20-unhint-small-dejavu-sans.co...
856
B
-rw-r--r--
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
25-no-bitmap-fedora.conf
1.13
KB
-rw-r--r--
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
30-metric-aliases.conf
13.19
KB
-rw-r--r--
30-urw-aliases.conf
889
B
-rw-r--r--
40-nonlatin.conf
5.06
KB
-rw-r--r--
45-generic.conf
3.22
KB
-rw-r--r--
45-latin.conf
6.21
KB
-rw-r--r--
49-sansserif.conf
545
B
-rw-r--r--
50-user.conf
673
B
-rw-r--r--
51-local.conf
189
B
-rw-r--r--
57-dejavu-sans.conf
1.96
KB
-rw-r--r--
60-generic.conf
1.75
KB
-rw-r--r--
60-latin.conf
1.79
KB
-rw-r--r--
61-urw-bookman.conf
1021
B
-rw-r--r--
61-urw-c059.conf
1003
B
-rw-r--r--
61-urw-d050000l.conf
1022
B
-rw-r--r--
61-urw-fallback-backwards.conf
3.18
KB
-rw-r--r--
61-urw-gothic.conf
913
B
-rw-r--r--
61-urw-nimbus-mono-ps.conf
899
B
-rw-r--r--
61-urw-nimbus-roman.conf
877
B
-rw-r--r--
61-urw-nimbus-sans.conf
1.54
KB
-rw-r--r--
61-urw-p052.conf
975
B
-rw-r--r--
61-urw-standard-symbols-ps.con...
1.04
KB
-rw-r--r--
61-urw-z003.conf
865
B
-rw-r--r--
65-fonts-persian.conf
9.88
KB
-rw-r--r--
65-nonlatin.conf
7.75
KB
-rw-r--r--
69-unifont.conf
672
B
-rw-r--r--
80-delicious.conf
422
B
-rw-r--r--
90-synthetic.conf
1.7
KB
-rw-r--r--
README
978
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 20-unhint-small-vera.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- The Bitstream Vera fonts have GASP entries suggesting that hinting be disabled below 8 ppem, but FreeType ignores those, preferring to use the data found in the instructed hints. The initial Vera release didn't include the right instructions in the 'prep' table. Fix this by disabling hinting manually at smaller sizes (< 8ppem) --> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Serif</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> <match target="font"> <test name="family" compare="eq" ignore-blanks="true"> <string>Bitstream Vera Sans Mono</string> </test> <test name="pixelsize" compare="less"> <double>7.5</double> </test> <edit name="hinting"> <bool>false</bool> </edit> </match> </fontconfig>
Close