-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.fontcustom-manifest.json
64 lines (64 loc) · 1.85 KB
/
.fontcustom-manifest.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
55
56
57
58
59
60
61
62
63
64
{
"checksum": {
"previous": "df307e8026f61de537020a0f75d6b749210decd68752466b3325c68efe5eea63",
"current": "df307e8026f61de537020a0f75d6b749210decd68752466b3325c68efe5eea63"
},
"fonts": [
"./public/app/project-setup/theme/fonts/icon-font.ttf",
"./public/app/project-setup/theme/fonts/icon-font.svg",
"./public/app/project-setup/theme/fonts/icon-font.woff",
"./public/app/project-setup/theme/fonts/icon-font.eot"
],
"glyphs": {
"apps": {
"codepoint": 61696,
"source": "./public/app/screens/main/navigation/img/apps.svg"
},
"community": {
"codepoint": 61697,
"source": "./public/app/screens/main/navigation/img/community.svg"
},
"devices": {
"codepoint": 61698,
"source": "./public/app/screens/main/navigation/img/devices.svg"
},
"rules": {
"codepoint": 61699,
"source": "./public/app/screens/main/navigation/img/rules.svg"
},
"settings": {
"codepoint": 61700,
"source": "./public/app/screens/main/navigation/img/settings.svg"
}
},
"options": {
"autowidth": false,
"config": "fontcustom.yml",
"css_selector": ".icon-{{glyph}}",
"debug": false,
"font_ascent": 448,
"font_descent": 64,
"font_design_size": 16,
"font_em": 512,
"font_name": "icon-font",
"force": false,
"input": {
"templates": "./public/app/screens/main/navigation/img/",
"vectors": "./public/app/screens/main/navigation/img/"
},
"no_hash": true,
"output": {
"css": "./public/app/project-setup/theme/fonts",
"fonts": "./public/app/project-setup/theme/fonts",
"preview": "./public/app/project-setup/theme/fonts"
},
"preprocessor_path": "./theme/fonts/",
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"./public/app/project-setup/theme/fonts/_icon-font.scss"
]
}