diff options
Diffstat (limited to 'res/default.fontpack/fontpack.ini')
-rw-r--r-- | res/default.fontpack/fontpack.ini | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/res/default.fontpack/fontpack.ini b/res/default.fontpack/fontpack.ini new file mode 100644 index 00000000..c86dfd59 --- /dev/null +++ b/res/default.fontpack/fontpack.ini | |||
@@ -0,0 +1,58 @@ | |||
1 | # The core set of fonts. These are expected to be available at a minimum. | ||
2 | # | ||
3 | # Properties: | ||
4 | # name (string) Human-readable name of the font. | ||
5 | # regular (string) Font file for the Regular style (required!). | ||
6 | # italic (string) Font file for the Italic style (optional). | ||
7 | # light (string) Font file for the Light style (optional). | ||
8 | # semibold (string) Font file for the Semibold style (optional). | ||
9 | # bold (string) Font file for the Bold style (optional). | ||
10 | # auxiliary (bool) Not selectable as a content font (e.g., symbols). | ||
11 | # monospace (bool) Monospace font; suitable for performatted text. | ||
12 | # override (bool) Check this first regardless of active font. | ||
13 | # priority (int) Lookup priority (largest checked first). | ||
14 | # scaling (float) Additional glyph scaling (1.0 = not scaled). | ||
15 | # voffset (float) Vertical offset (normalized). | ||
16 | |||
17 | [default] | ||
18 | name = "Source Sans 3" | ||
19 | regular = "SourceSans3-Regular.ttf" | ||
20 | italic = "SourceSans3-It.ttf" | ||
21 | light = "SourceSans3-ExtraLight.ttf" | ||
22 | semibold = "SourceSans3-Semibold.ttf" | ||
23 | bold = "SourceSans3-Bold.ttf" | ||
24 | |||
25 | [iosevka] | ||
26 | name = "Iosevka Term Extended" | ||
27 | monospace = true | ||
28 | regular = "IosevkaTerm-Extended.ttf" | ||
29 | |||
30 | [smolemoji] | ||
31 | name = "Smol Emoji" | ||
32 | override = true # These Emoji are always preferred. | ||
33 | auxiliary = true | ||
34 | priority = 100 | ||
35 | regular = "SmolEmoji-Regular.ttf" | ||
36 | |||
37 | [notoemoji] | ||
38 | name = "Noto Emoji" | ||
39 | auxiliary = true | ||
40 | priority = 30 | ||
41 | scaling = 1.1 | ||
42 | regular = "NotoEmoji-Regular.ttf" | ||
43 | |||
44 | [notosymbols2] | ||
45 | name = "Noto Sans Symbols 2" | ||
46 | auxiliary = true | ||
47 | priority = 20 | ||
48 | scaling = 1.45 | ||
49 | voffset = 0.5 | ||
50 | regular = "NotoSansSymbols2-Regular.ttf" | ||
51 | |||
52 | [notosymbols] | ||
53 | name = "Noto Sans Symbols" | ||
54 | auxiliary = true | ||
55 | priority = 10 | ||
56 | scaling = 2.0 | ||
57 | voffset = 1.2 | ||
58 | regular = "NotoSansSymbols-Regular.ttf" | ||