1return { 2 name = "fontfaces-bonum", 3 version = "1.00", 4 author = "Hans Hagen & Mikael Sundqvist", 5 copyright = "ConTeXt development team", 6 fontfaces = { 7 Bonum = { 8 SerifNormal = { filename = "texgyrebonum-regular.otf" }, 9 SerifBold = { filename = "texgyrebonum-bold.otf" }, 10 SerifItalic = { filename = "texgyrebonum-italic.otf" }, 11 SerifBoldItalic = { filename = "texgyrebonum-bolditalic.otf" }, 12 }, 13 BonumMath = { 14 MathNormal = { filename = "texgyrebonum-math.otf" }, 15 MathBold = { filename = "texgyrebonum-math.otf", weight = 900 }, 16 } 17 } 18} 19 |