forked from notable/notable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icon_font.json
45 lines (45 loc) · 858 Bytes
/
icon_font.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
{
"sources": [
"./resources/font_icons/[icon].svg",
"https://raw.githubusercontent.com/Templarian/MaterialDesign/master/icons/svg/[icon].svg"
],
"icons": [
"chevron-down",
"close",
"close-circle",
"content-copy",
"delete-forever",
"delete-restore",
"delete",
"folder-search",
"invisible",
"magnify",
"note",
"notebook-multiple",
"notebook",
"open-in-new",
"paperclip",
"pencil",
"pin-outline",
"pin",
"plus",
"split-view",
"star-outline",
"star",
"tag-crossed",
"tag-minus",
"tag-multiple",
"tag-outline-multiple",
"tag-outline",
"tag-plus",
"tag"
],
"output": {
"icons": "./resources/font_icons",
"fonts": "./src/renderer/template/dist/fonts",
"fontName": "IconFont",
"formats": [
"woff2"
]
}
}