This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
fonts.json
73 lines (73 loc) · 2.36 KB
/
fonts.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
65
66
67
68
69
70
71
72
73
[{
"id": "seti-ui",
"name": "Seti UI",
"description": "a set of icons for Seti UI. https://atom.io/themes/seti-ui",
"filename": "./fonts/seti-ui/seti-ui.otf",
"unicode_range": ["E4FA", "E52B"],
"remap_start_point": "E5FA",
"scale": 0.8,
"adjust_position": true
}, {
"id": "devicon",
"name": "Devicon",
"description": "a set of icons representing programming languages, designing & development tools. http://devicon.fr/",
"filename": "./fonts/devicon/devicons.ttf",
"unicode_range": ["E600", "E6C5"],
"remap_start_point": "E700",
"scale": 0.95,
"adjust_position": true
}, {
"id": "powerline-extra",
"name": "Powerline Extra Symbols",
"description": "Extra glyphs for the powerline separators. https://github.com/ryanoasis/powerline-extra-symbols",
"filename": "./fonts/powerline-extra/PowerlineExtraSymbols.otf",
"unicode_range": ["E0B4", "E0D4"]
}, {
"id": "powerline",
"name": "Powerline Symbols",
"description": "https://github.com/powerline/powerline",
"filename": "./fonts/powerline/PowerlineSymbols.otf",
"unicode_range": ["E0A0", "E0B3"]
}, {
"id": "pomicons",
"name": "Pomicons",
"description": "A set of icons for Pomodoro Technique. https://github.com/gabrielelana/pomicons",
"filename": "./fonts/pomicons/Pomicons.otf",
"unicode_range": ["E000", "E00A"],
"adjust_position": true
}, {
"id": "fa",
"name": "Font Awesome",
"description": "http://fontawesome.io/",
"filename": "./fonts/font-awesome/FontAwesome.otf",
"unicode_range": ["F000", "F2E0"],
"scale": 0.75,
"adjust_position": true
}, {
"id": "fae",
"name": "Font Awesome Extension",
"description": "http://andrelgava.github.io/font-awesome-extension/",
"filename": "./fonts/font-awesome-extension/font-awesome-extension.ttf",
"unicode_range": ["E000", "E0A9"],
"remap_start_point": "E200",
"scale": 0.75,
"adjust_position": true
}, {
"id": "linux",
"name": "Font Linux",
"description": "https://github.com/Lukas-W/font-linux",
"filename": "./fonts/font-linux/font-linux.ttf",
"unicode_range": ["F100", "F115"],
"remap_start_point": "F300",
"scale": 0.85,
"adjust_position": true
}, {
"id": "octicons",
"name": "Github Octicons",
"description": "https://octicons.github.com",
"filename": "./fonts/octicons/octicons.ttf",
"unicode_range": ["F000", "F27C"],
"remap_start_point": "F400",
"scale": 0.9,
"adjust_position": true
}]