@capsizecss/metrics
Version:
Font metrics library for system and Google fonts
22 lines (21 loc) • 354 B
JavaScript
module.exports = {
familyName: 'Updock',
fullName: 'Updock Regular',
postscriptName: 'Updock-Regular',
category: 'handwriting',
capHeight: 630,
ascent: 900,
descent: -350,
lineGap: 0,
unitsPerEm: 1000,
xHeight: 350,
xWidthAvg: 267,
subsets: {
latin: {
xWidthAvg: 267
},
thai: {
xWidthAvg: 500
}
}
};