random google font:返回随机Google字体源文件URL的节点模块 源码
随机Google字体 返回随机Google字体源文件URL的节点模块。 $ npm install random-google-font --save-dev ... 然后: let font = require ( 'random-google-font' ) ; font . get ( { //name: 'Roboto', category : 'monospace' , // If name is specified, this option is ignored. variant : 'italic' , weight : '100' , items : 2 , } )
下载地址
用户评论