blob: a109fc07ab420710f0541a4d08e537d6388bc423 (
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 } } },
-- }
-- }
-- }
}
|