UNPKG

fonteditor-core

Version:

fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.

17 lines (15 loc) 298 B
/** * @file 字体粗细度量 * @author mengke01(kekee000@gmail.com) */ export default { 100: 'Ultra-light', 200: 'Extra-light', 300: 'Light', 400: 'Semi-light', 500: 'Medium (normal)', 600: 'Semi-bold', 700: 'Bold', 800: 'Extra-Bold', 900: 'Ultra-bold' };