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
/
es
/
icon
/
config
/
template-local.js
3 lines
•
214 B
JavaScript
View Raw
1
2
3
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
"
; };