-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfont.json
50 lines (50 loc) · 982 Bytes
/
font.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"id": "0",
"font_name": "系统",
"font_key": "system",
"font_type": "ttf"
},
{
"id": "1",
"font_name": "楷体",
"font_key": "kaiti",
"font_type": "ttf"
},
{
"id": "2",
"font_name": "丸子体",
"font_key": "wanzi",
"font_type": "ttf"
},
{
"id": "3",
"font_name": "骚包体",
"font_key": "saobao",
"font_type": "otf"
},
{
"id": "4",
"font_name": "文艺体",
"font_key": "wenyi",
"font_type": "ttf"
},
{
"id": "5",
"font_name": "小薇体",
"font_key": "xiaowei",
"font_type": "otf"
},
{
"id": "6",
"font_name": "微软雅黑",
"font_key": "yahei",
"font_type": "ttf"
},
{
"id": "7",
"font_name": "汉仪正圆",
"font_key": "HYZY",
"font_type": "ttf"
}
]