diff --git a/packages/vant-icons/src/common.less b/packages/vant-icons/src/common.less index 30fc84e7b..958f97970 100644 --- a/packages/vant-icons/src/common.less +++ b/packages/vant-icons/src/common.less @@ -1,6 +1,8 @@ .van-icon { position: relative; display: inline-block; + // compatible with the browser range of Vant 2 + font: normal normal normal 14px/1 'vant-icon'; font: normal normal normal 14px/1 var(--van-icon-font-family, 'vant-icon'); font-size: inherit; text-rendering: auto;