Commit a64543b9 authored by ThomasPaugam's avatar ThomasPaugam Committed by 杨奕

Update icon.scss (#9534)

Fix this : 
https://github.com/ElemeFE/element/issues/9086
parent 6b13eb22
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment