-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php.example
26 lines (22 loc) · 1.45 KB
/
config.php.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
define('FONTS_STORAGE', '/PATH/TO/YOUR/FONTS');
define('INSTALL_TARGET_DEFAULT', '/PATH/TO/YOUR/ANIME STORAGE');
define('DRY_RUN', false);
define('IGNORED_FONTS', [
// https://learn.microsoft.com/en-us/typography/fonts/windows_10_font_list
'Arial Black', 'Bahnschrift', 'Calibri', 'Cambria', 'Cambria Math', 'Candara', 'Comic Sans MS',
'Consolas', 'Constantia', 'Corbel', 'Courier New', 'Ebrima', 'Franklin Gothic Medium', 'Gabriola',
'Gadugi', 'Georgia', 'HoloLens MDL2 Assets', 'Impact', 'Ink Free', 'Javanese Text', 'Leelawadee UI',
'Lucida Console', 'Lucida Sans Unicode', 'Malgun Gothic', 'Marlett', 'Microsoft Himalaya',
'Microsoft JhengHei', 'Microsoft New Tai Lue', 'Microsoft PhagsPa', 'Microsoft Sans Serif',
'Microsoft Tai Le', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Microsoft Yi Baiti', 'MingLiU-ExtB',
'Mongolian Baiti', 'MS Gothic', 'MV Boli', 'Myanmar Text', 'Nirmala UI', 'Palatino Linotype',
'Segoe MDL2 Assets', 'Segoe Print', 'Segoe Script', 'Segoe UI', 'Segoe UI Historic', 'Segoe UI Emoji',
'Segoe UI Symbol', 'SimSun', 'Sitka', 'Sylfaen', 'Symbol', 'Tahoma', 'Times New Roman', 'Trebuchet MS',
'Verdana', 'Webdings', 'Wingdings', 'Yu Gothic',
// Chinese (Simplified) Supplemental Fonts
'等线', 'DengXian', '黑体', 'SimHei', '仿宋', 'FangSong', '楷体', 'KaiTi',
// 'Fairy gone OP', // <- this is embeeded in ass file
// Create your own list...
]);
define('USE_RELATIVE_LINK', true);