chore(vant-icons): fix stylelint

This commit is contained in:
陈嘉涵
2019-08-21 16:43:13 +08:00
parent 2bc72c064b
commit edc0bbc073
4 changed files with 11 additions and 9 deletions

View File

@@ -4,9 +4,9 @@ const config = require('../src/config');
function template(fontName, ttf) {
return `@font-face {
font-style: normal;
font-weight: normal;
font-family: '${fontName}';
font-style: normal;
src: url('${ttf}') format('truetype');
}
`;