Explorar o código

Update icon.scss (#9534)

Fix this : 
https://github.com/ElemeFE/element/issues/9086
ThomasPaugam %!s(int64=7) %!d(string=hai) anos
pai
achega
a64543b98c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/theme-chalk/src/icon.scss

+ 2 - 2
packages/theme-chalk/src/icon.scss

@@ -2,8 +2,8 @@
 
 @font-face {
   font-family: 'element-icons';
-  src: url('#{$--font-path}/element-icons.woff?t=1510834658947') format('woff'), /* chrome, firefox */
-       url('#{$--font-path}/element-icons.ttf?t=1510834658947') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+  src: url('#{$--font-path}/element-icons.woff') format('woff'), /* chrome, firefox */
+       url('#{$--font-path}/element-icons.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
   font-weight: normal;
   font-style: normal
 }