mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Icons): fix cdn url
This commit is contained in:
parent
cb8a8e64e4
commit
12df0d09de
@ -50,7 +50,7 @@ function font() {
|
||||
}
|
||||
|
||||
function encodeWoff2(done) {
|
||||
const cdnPath = `https://img.yzcdn.cn/vant/${fontName}.woff2`;
|
||||
const cdnPath = `https://img01.yzcdn.cn/vant/${fontName}.woff2`;
|
||||
const srcFile = join(srcDir, 'index.less');
|
||||
const woff2Base64 = fs.readFileSync(`../src/${fontName}.woff2`, 'base64');
|
||||
const woff2DataUrl = `data:font/ttf;base64,${woff2Base64}`;
|
||||
|
@ -5,9 +5,9 @@
|
||||
font-family: '<%= fontName %>';
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
src: url('https://img.yzcdn.cn/vant/<%= cssClass %>.woff2') format('woff2'),
|
||||
url('https://img.yzcdn.cn/vant/<%= cssClass %>.woff') format('woff'),
|
||||
url('https://img.yzcdn.cn/vant/<%= cssClass %>.ttf') format('truetype');
|
||||
src: url('https://img01.yzcdn.cn/vant/<%= cssClass %>.woff2') format('woff2'),
|
||||
url('https://img01.yzcdn.cn/vant/<%= cssClass %>.woff') format('woff'),
|
||||
url('https://img01.yzcdn.cn/vant/<%= cssClass %>.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,9 +5,9 @@
|
||||
font-family: 'vant-icon';
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
|
||||
src: url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
|
||||
url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
|
||||
url('https://img01.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user