UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

10 lines (9 loc) 193 B
module.exports = (fontName, ttf) => { return `@font-face { font-style: normal; font-weight: normal; font-family: '${fontName}'; src: url('../icon/${ttf}') format('truetype'); } `; };