@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 361 B
JavaScript
export default {
familyName: 'Lucida Grande',
fullName: 'Lucida Grande',
postscriptName: 'LucidaGrande',
category: 'sans-serif',
capHeight: 1480,
ascent: 1980,
descent: -432,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 1086,
xWidthAvg: 1007,
subsets: {
latin: {
xWidthAvg: 1007
},
thai: {
xWidthAvg: 1536
}
}
};