登录 注册
当前位置:主页 > 资源下载 > 5 > 解析CSS字体属性值的功能由parse-css-font实现

解析CSS字体属性值的功能由parse-css-font实现

  • 更新:2024-12-08 18:07:26
  • 大小:57KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

解析CSS字体 解析CSS 。 安装 $ npm install parse-css-font [--save[-dev]] 用法 const parseCSSFont = require ( 'parse-css-font' ) parseCSSFont ( '1rem "Roboto Condensed", sans-serif;' ) /* { size: '1rem', family: ['Roboto Condensed', 'sans-serif'], style: 'normal', variant: 'normal', weight: 'normal', stre