UNPKG
vant-fork
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
Lightweight Mobile UI Components built on Vue
github.com/youzan/vant
youzan/vant
vant-fork
/
packages
/
icon
/
config
/
template-local.js
10 lines
(9 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= (fontName, ttf) => {
return
`
@font
-face { font-style: normal; font-weight: normal; font-family:
'${fontName}'
; src: url(
'../icon/${ttf}'
) format(
'truetype'
); } `; };