mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
chore(vant-icons): fix stylelint
This commit is contained in:
@@ -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');
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user