UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

3 lines 214 B
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"; };