return { name = "kpfonts-text", version = "1.00", comment = "Goodies that complement kpfonts.", author = "Mikael Sundqvist & Hans Hagen", copyright = "ConTeXt development team", extensions = { { name = "kern", -- adds to kerns type = "kern", fonts = { "KpRoman-Light", "KpRoman-Regular", "KpRoman-Semibold", "KpRoman-Bold", "KpSans-Regular", "KpSans-Bold", }, data = { ["f"] = { [")"] = 50, ["}"] = 50, ["]"] = 50, ["*"] = 50, }, } }, { name = "kern", -- adds to kerns type = "kern", fonts = { "KpRoman-LightItalic", "KpRoman-Italic", "KpRoman-SemiboldItalic", "KpRoman-BoldItalic", "KpSans-Italic", "KpSans-BoldItalic", }, data = { ["f"] = { [")"] = 150, ["}"] = 50, ["]"] = 50, ["|"] = 125, ["\\"] = 125, ["!"] = 100, ["?"] = 100, ["*"] = 100, ["@"] = 100, }, ["("] = { ["f"] = 100, }, ["{"] = { ["f"] = 100, }, ["["] = { ["f"] = 100, }, ["|"] = { ["f"] = 130, }, } }, } }