Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
fontconfig /
conf.avail /
Delete
Unzip
Name
Size
Permission
Date
Action
10-autohint.conf
484
B
-rw-r--r--
2016-08-24 14:21
10-no-sub-pixel.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-scale-bitmap-fonts.conf
1.91
KB
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-bgr.conf
489
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-rgb.conf
489
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-vbgr.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-sub-pixel-vrgb.conf
490
B
-rw-r--r--
2016-08-24 14:21
10-unhinted.conf
481
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-default.conf
526
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-legacy.conf
524
B
-rw-r--r--
2016-08-24 14:21
11-lcdfilter-light.conf
522
B
-rw-r--r--
2016-08-24 14:21
20-unhint-small-vera.conf
1.23
KB
-rw-r--r--
2016-08-24 14:21
25-unhint-nonlatin.conf
3.18
KB
-rw-r--r--
2016-08-24 14:21
30-metric-aliases.conf
10.19
KB
-rw-r--r--
2016-08-24 14:21
30-urw-aliases.conf
701
B
-rw-r--r--
2016-08-24 14:21
40-nonlatin.conf
5.26
KB
-rw-r--r--
2016-08-24 14:21
45-latin.conf
4.22
KB
-rw-r--r--
2016-08-24 14:21
49-sansserif.conf
545
B
-rw-r--r--
2016-08-24 14:21
50-user.conf
673
B
-rw-r--r--
2016-08-24 14:21
51-local.conf
189
B
-rw-r--r--
2016-08-24 14:21
60-latin.conf
1.66
KB
-rw-r--r--
2016-08-24 14:21
65-fonts-persian.conf
9.88
KB
-rw-r--r--
2016-08-24 14:21
65-khmer.conf
289
B
-rw-r--r--
2016-08-24 14:21
65-nonlatin.conf
7.61
KB
-rw-r--r--
2016-08-24 14:21
69-unifont.conf
672
B
-rw-r--r--
2016-08-24 14:21
70-force-bitmaps.conf
263
B
-rw-r--r--
2016-08-24 14:21
70-no-bitmaps.conf
263
B
-rw-r--r--
2016-08-24 14:21
70-yes-bitmaps.conf
77
B
-rw-r--r--
2016-08-24 14:21
80-delicious.conf
422
B
-rw-r--r--
2016-08-24 14:21
90-synthetic.conf
1.65
KB
-rw-r--r--
2016-08-24 14:21
Save
Rename
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Artificial oblique for fonts without an italic or oblique version --> <match target="font"> <!-- check to see if the font is roman --> <test name="slant"> <const>roman</const> </test> <!-- check to see if the pattern requested non-roman --> <test target="pattern" name="slant" compare="not_eq"> <const>roman</const> </test> <!-- multiply the matrix to slant the font --> <edit name="matrix" mode="assign"> <times> <name>matrix</name> <matrix><double>1</double><double>0.2</double> <double>0</double><double>1</double> </matrix> </times> </edit> <!-- pretend the font is oblique now --> <edit name="slant" mode="assign"> <const>oblique</const> </edit> <!-- and disable embedded bitmaps for artificial oblique --> <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> </match> <!-- Synthetic emboldening for fonts that do not have bold face available --> <match target="font"> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <const>medium</const> </test> <!-- check to see if the pattern requests bold --> <test target="pattern" name="weight" compare="more"> <const>medium</const> </test> <!-- set the embolden flag needed for applications using cairo, e.g. gucharmap, gedit, ... --> <edit name="embolden" mode="assign"> <bool>true</bool> </edit> <!-- set weight to bold needed for applications using Xft directly, e.g. Firefox, ... --> <edit name="weight" mode="assign"> <const>bold</const> </edit> </match> </fontconfig>