blob: 9274155eef69ab5afeb21da28bc18fb00fbf4311 (
plain)
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
|
# The core set of fonts. These are expected to be available at a minimum.
[default]
name = "Source Sans 3"
regular = "SourceSans3-Regular.ttf"
italic = "SourceSans3-It.ttf"
light = "SourceSans3-ExtraLight.ttf"
semibold = "SourceSans3-Semibold.ttf"
bold = "SourceSans3-Bold.ttf"
[iosevka]
name = "Iosevka Term Extended"
monospace = true
regular = "IosevkaTerm-Extended.ttf"
[smolemoji]
name = "Smol Emoji"
override = true # These Emoji are always preferred.
auxiliary = true
priority = 100
regular = "SmolEmoji-Regular.ttf"
[notoemoji]
name = "Noto Emoji"
auxiliary = true
priority = 30
scaling = 1.1
regular = "NotoEmoji-Regular.ttf"
[notosymbols2]
name = "Noto Sans Symbols 2"
auxiliary = true
priority = 20
scaling = 1.45
voffset = 0.5
regular = "NotoSansSymbols2-Regular.ttf"
[notosymbols]
name = "Noto Sans Symbols"
auxiliary = true
priority = 10
scaling = 2.0
voffset = 1.2
regular = "NotoSansSymbols-Regular.ttf"
|