ebgaramond-text.lfg /size: 1589 b    last modification: 2024-01-16 10:22
1return {
2    name = "ebgaramond-text",
3    version = "1.00",
4    comment = "Goodies that complement ebgaramond.",
5    author = "Mikael Sundqvist & Hans Hagen",
6    copyright = "ConTeXt development team",
7    extensions = {
8        {
9            name   = "kern", -- adds to kerns
10            type   = "kern",
11            fonts  = {
12                "EBGaramond-Regular",
13            },
14            data   = {
15                ["f"] = {
16                  [")"]  =  80,
17                  ["}"]  = 100,
18                  ["]"]  = 100,
19                  ["|"]  = 100,
20                  ["\\"] = 120,
21                  ["!"]  = 100,
22                  ["?"]  = 100,
23                },
24            }
25        },
26        {
27            name   = "kern", -- adds to kerns
28            type   = "kern",
29            fonts  = {
30                "EBGaramond-Italic",
31                "EBGaramond-BoldItalic",
32            },
33            data   = {
34                ["f"] = {
35                    [")"]  = 120,
36                    ["}"]  = 120,
37                    ["]"]  = 120,
38                    ["|"]  = 120,
39                    ["\\"] = 120,
40                    ["!"]  = 75,
41                    ["?"]  = 75,
42                    ["*"]  = 120,
43                },
44                ["("] = {
45                    ["f"]  = 120,
46                },
47                ["{"] = {
48                    ["f"]  = 120,
49                },
50                ["["] = {
51                    ["f"]  = 120,
52                },
53                ["|"] = {
54                    ["f"]  = 120,
55                },
56            }
57        },
58    }
59}
60