@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 349 B
JavaScript
export default {
familyName: 'Sekuya',
fullName: 'Sekuya Regular',
postscriptName: 'Sekuya-Regular',
category: 'display',
capHeight: 700,
ascent: 1000,
descent: -300,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 700,
xWidthAvg: 841,
subsets: {
latin: {
xWidthAvg: 841
},
thai: {
xWidthAvg: 726
}
}
};