summaryrefslogtreecommitdiff
path: root/tex/context/fonts/cambria.lfg
blob: 04211009bf4c720a151cb865f5396207ed97d61c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
return {
    name = "cambria",
    version = "1.00",
    comment = "Goodies that complement cambria.",
    author = "Hans Hagen",
    copyright = "ConTeXt development team",
    extensions = {
        {
            name = "kern", -- adds to kerns
            type = "pair",
            data = {
                [0x0153] = { [0x0301] = { false, { -500, 0, 0, 0 } } },
            }
        }
    }
}