forked from ComPlat/chemotion_ELN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fontcustom-manifest.json
64 lines (64 loc) · 1.56 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": "59308ce972f0338ca00889be1e42d52690613984408579977fd9a40f542b44f1",
"current": "59308ce972f0338ca00889be1e42d52690613984408579977fd9a40f542b44f1"
},
"fonts": [
"app/assets/fonts/icons.ttf",
"app/assets/fonts/icons.svg",
"app/assets/fonts/icons.woff",
"app/assets/fonts/icons.eot"
],
"glyphs": {
"polymer": {
"codepoint": 61700,
"source": "app/assets/images/svg_icons/polymer.svg"
},
"reaction": {
"codepoint": 61696,
"source": "app/assets/images/svg_icons/reaction.svg"
},
"sample": {
"codepoint": 61697,
"source": "app/assets/images/svg_icons/sample.svg"
},
"screen": {
"codepoint": 61699,
"source": "app/assets/images/svg_icons/screen.svg"
},
"wellplate": {
"codepoint": 61698,
"source": "app/assets/images/svg_icons/wellplate.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": "icons",
"force": true,
"input": {
"templates": "app/assets/images/svg_icons",
"vectors": "app/assets/images/svg_icons"
},
"no_hash": true,
"output": {
"css": "app/assets/stylesheets",
"fonts": "app/assets/fonts",
"preview": "app/assets/fonts"
},
"preprocessor_path": "",
"quiet": false,
"templates": [
"scss"
]
},
"templates": [
"app/assets/stylesheets/_icons.scss"
]
}