-
Notifications
You must be signed in to change notification settings - Fork 7
/
configs.json
33 lines (33 loc) · 1005 Bytes
/
configs.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
{
"rfb": "1",
"fontName": "Behdad",
"fontVersion": "0.0.3",
"fontMeta": {
"Copyright": "Copyright (c) 2016 Copyright Holder ([email protected]), with Reserved Font Name \"Behdad\" \r\n This font is a gift to Behdad Esfahbod from Saleh Souzanchi ",
"License": "This Font Software is licensed under the SIL Open Font License, Version 1.1.",
"LicenseURL": "http://scripts.sil.org/OFL",
"Designer": "Mohammad Saleh Souzanchi",
"DesignerURL": "http://soozanchi.ir",
"Trademark" : "Behdad is a trademark of Persian Font Store"
},
"fontWeights": {
"Regular": {
"src": "Behdad-Regular.sfd"
}
},
"dirs": {
"src": "sources",
"dist": "dist",
"watching": "watching",
"svg": "svg",
"temp": "tmp"
},
"automation":{
"engine": "ff",
"autoCreate": true,
"autoMark": true,
"autoMarkMode": "build",
"autoKern": true,
"autoKernMode": "build"
}
}