-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfontkit.config.json
More file actions
36 lines (36 loc) · 899 Bytes
/
fontkit.config.json
File metadata and controls
36 lines (36 loc) · 899 Bytes
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
{
"typekit": [
"rur1fuq"
],
"google": [
"Aleo:ital,wght@0,100..900;1,100..900",
"Zen+Old+Mincho:wght@400;700",
"Fira+Code:wght@300..700",
"Noto+Serif+SC:wght@200..900",
"Chiron+Sung+HK:ital,wght@0,200..900;1,200..900"
],
"offline": [
{
"file": "FZXSSJW.TTF",
"family": "FZNewShuSong",
"weight": "400",
"style": "normal"
}
],
"legacy": {
"google": [
"Aleo:ital,wght@0,100..900;1,100..900",
"Zen+Old+Mincho:wght@400;700",
"Fira+Code:wght@300..700",
"Noto+Serif+SC:wght@200..900"
],
"offline": [
{
"file": "FZXSSJW.TTF",
"family": "FZNewShuSong",
"weight": "400",
"style": "normal"
}
]
}
}