-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
46 lines (43 loc) · 1.29 KB
/
config.toml
File metadata and controls
46 lines (43 loc) · 1.29 KB
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
[font]
family_name = "Smile Nerd Font Mono"
version = "0.1.0"
[weights.regular]
firacode = "assets/FiraCode/FiraCodeNerdFontMono-Regular.ttf"
lxgw = "assets/lxgw-wenkai/LXGWWenKaiMono-Medium.ttf"
output = "build/SmileNerdFontMono-Regular.ttf"
subfamily = "Regular"
weight_class = 400
[weights.light]
firacode = "assets/FiraCode/FiraCodeNerdFontMono-Light.ttf"
lxgw = "assets/lxgw-wenkai/LXGWWenKaiMono-Regular.ttf"
output = "build/SmileNerdFontMono-Light.ttf"
subfamily = "Light"
weight_class = 300
# Unicode ranges to extract from LXGW Wenkai Mono
[unicode_ranges]
cjk_unified = "4E00:9FFF"
cjk_ext_a = "3400:4DBF"
cjk_ext_b = "20000:2A6DF"
cjk_compat_ideographs = "F900:FAFF"
bopomofo = "3100:312F"
bopomofo_ext = "31A0:31BF"
cjk_radicals_supplement = "2E80:2EFF"
kangxi_radicals = "2F00:2FDF"
cjk_symbols_punctuation = "3000:303F"
halfwidth_fullwidth = "FF00:FFEF"
enclosed_cjk = "3200:32FF"
cjk_compatibility = "3300:33FF"
kanbun = "3190:319F"
cjk_strokes = "31C0:31EF"
ideographic_description = "2FF0:2FFF"
hangul_syllables = "AC00:D7AF"
enclosed_ideographic_supplement = "1F200:1F2FF"
xiangqi = "1FA60:1FA6D"
cjk_ext_c = "2A700:2B739"
cjk_ext_d = "2B740:2B81D"
cjk_ext_e = "2B820:2CEA1"
cjk_ext_f = "2CEB0:2EBE0"
cjk_ext_i = "2EBF0:2EE5F"
cjk_ext_g = "30000:3134A"
cjk_ext_h = "31350:323AF"
cjk_ext_j = "323B0:33479"