forked from newsdev/ai2html
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathai2html-config.json
54 lines (54 loc) · 1.27 KB
/
ai2html-config.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
51
52
53
54
{
"fonts": [
{
"aifont": "AtlasGrotesk-Bold",
"family": "\"AtlasGroteskWeb\",\"Helvetica Neue\",Helvetica,Arial,sans-serif",
"weight": "700",
"style": ""
},
{
"aifont": "AtlasGrotesk-Regular",
"family": "\"AtlasGroteskWeb\",\"Helvetica Neue\",Helvetica,Arial,sans-serif",
"weight": "400",
"style": ""
},
{
"aifont": "AtlasGrotesk-BoldItalic",
"family": "\"AtlasGroteskWeb\",\"Helvetica Neue\",Helvetica,Arial,sans-serif",
"weight": "700",
"style": "italic"
},
{
"aifont": "AtlasGrotesk-RegularItalic",
"family": "\"AtlasGroteskWeb\",\"Helvetica Neue\",Helvetica,Arial,sans-serif",
"weight": "400",
"style": "italic"
},
{
"aifont": "DecimaMonoPro",
"family": "DecimaMono,monospace",
"weight": "400",
"style": ""
},
{
"aifont": "DecimaMonoPro-Bold",
"family": "DecimaMono,monospace",
"weight": "700",
"style": ""
},
{
"aifont": "Decima",
"family": "Decima",
"weight": "400",
"style": ""
}
],
"local_preview_template": "ai2html-template.html",
"center_html_output": false,
// "image_format": ["svg"],
"hed": "",
"dek": "",
"note": "",
"source": "",
"alt": ""
}