Update icon.scss (#9534)

Fix this : 
https://github.com/ElemeFE/element/issues/9086
pull/9581/head
ThomasPaugam 2018-01-31 08:52:47 +01:00 committed by 杨奕
parent 6b13eb22e4
commit a64543b98c
1 changed files with 2 additions and 2 deletions

View File

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