-
Notifications
You must be signed in to change notification settings - Fork 5
/
configs.json
33 lines (33 loc) · 1021 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": "Nika",
"fontVersion": "1.0.0",
"fontMeta": {
"Copyright": "Copyright (c) 2016 Copyright Holder Persian Font Store ([email protected]), with Reserved Font Name \"Nika\"",
"License": "This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL",
"LicenseURL": "http://scripts.sil.org/OFL",
"Designer": "Mohammad Saleh Souzanchi",
"DesignerURL": "http: //soozanchi.ir",
"Trademark": "Nika is a Trademark of Persian Font Store"
},
"fontWeights": {
"Regular": {
"src": "Nika-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"
}
}