UNPKG
font-carrier-ts
Version:
latest (1.0.0)
1.0.0
字体搬运工,中文字体解决方案,iconfont
github.com/purplebamboo/font-carrier
purplebamboo/font-carrier
font-carrier-ts
/
lib
/
class
/
fontface.js
11 lines
(9 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
Base
=
require
(
'./base.js'
)
var
config =
require
(
'../config'
)
var
Fontface
=
Base
.
extend
({
defaultOptions
: config.
DEFAULT_OPTIONS
.
fontface
,
init
:
function
(
options
) {
this
.
setOptions
(options) } })
module
.
exports
=
Fontface