Kaynağa Gözat

Font: fix load error in chrome, fixed #1322 (#1324)

cinwell.li 8 yıl önce
ebeveyn
işleme
304f02ea0e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      packages/theme-default/src/icon.css

+ 2 - 2
packages/theme-default/src/icon.css

@@ -1,7 +1,7 @@
 @font-face {
     font-family: 'element-icons';
-    src:url('fonts/element-icons.eot?t=1472440741'), /* IE9*/
-      url('fonts/element-icons.woff?t=1472440741') format('woff'), /* chrome, firefox */
+    src: url('fonts/element-icons.eot?t=1472440741'); /* IE9*/
+    src: url('fonts/element-icons.woff?t=1472440741') format('woff'), /* chrome, firefox */
       url('fonts/element-icons.ttf?t=1472440741') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
       url('fonts/element-icons.svg?t=1472440741#el-icon') format('svg'); /* iOS 4.1- */
     font-weight: normal;