@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 363 B
JavaScript
export default {
familyName: 'David Libre',
fullName: 'David Libre Regular',
postscriptName: 'DavidLibre-Regular',
category: 'serif',
capHeight: 1360,
ascent: 1599,
descent: -449,
lineGap: 0,
unitsPerEm: 2048,
xHeight: 989,
xWidthAvg: 848,
subsets: {
latin: {
xWidthAvg: 848
},
thai: {
xWidthAvg: 1318
}
}
};