OXIESEC PANEL
- Current Dir:
/
/
etc
/
fonts
/
conf.avail
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/14/2020 08:19:47 AM
rwxr-xr-x
📄
30-cjk-aliases.conf
15.64 KB
11/09/2017 02:26:21 AM
rw-r--r--
📄
64-language-selector-prefer.conf
847 bytes
05/04/2019 10:14:22 AM
rw-r--r--
📄
69-language-selector-ja.conf
819 bytes
04/07/2019 01:30:15 PM
rw-r--r--
📄
69-language-selector-zh-cn.conf
1.7 KB
10/30/2017 08:21:37 PM
rw-r--r--
📄
69-language-selector-zh-hk.conf
1.51 KB
05/04/2019 10:11:24 AM
rw-r--r--
📄
69-language-selector-zh-mo.conf
1.6 KB
10/30/2017 08:26:21 PM
rw-r--r--
📄
69-language-selector-zh-sg.conf
1.7 KB
10/30/2017 08:22:15 PM
rw-r--r--
📄
69-language-selector-zh-tw.conf
2.07 KB
10/30/2017 08:27:04 PM
rw-r--r--
📄
99-language-selector-zh.conf
1.81 KB
07/01/2014 01:27:10 PM
rw-r--r--
Editing: 99-language-selector-zh.conf
Close
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font" > <test name="family" compare="contains" > <string>Song</string> </test> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <int>100</int> </test> <test compare="more_eq" target="pattern" name="weight" > <int>180</int> </test> <edit mode="assign" name="embolden" > <bool>true</bool> </edit> </match> <match target="font" > <test name="family" compare="contains" > <string>Sun</string> </test> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <int>100</int> </test> <test compare="more_eq" target="pattern" name="weight" > <int>180</int> </test> <edit mode="assign" name="embolden" > <bool>true</bool> </edit> </match> <match target="font" > <test name="family" compare="contains" > <string>Kai</string> </test> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <int>100</int> </test> <test compare="more_eq" target="pattern" name="weight" > <int>180</int> </test> <edit mode="assign" name="embolden" > <bool>true</bool> </edit> </match> <match target="font" > <test name="family" compare="contains" > <string>Ming</string> </test> <!-- check to see if the font is just regular --> <test name="weight" compare="less_eq"> <int>100</int> </test> <test compare="more_eq" target="pattern" name="weight" > <int>180</int> </test> <edit mode="assign" name="embolden" > <bool>true</bool> </edit> </match> </fontconfig>