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
/
lib
/
icon
/
config
/
template-local.js
5 lines
(4 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
module
.
exports
=
function
(
fontName, ttf
) {
return
"@font-face {\n font-style: normal;\n font-weight: normal;\n font-family: '"
+ fontName +
"';\n src: url('../icon/"
+ ttf +
"') format('truetype');\n}\n"
; };