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

pull/1201/merge
cinwell.li 2016-11-24 10:59:55 +08:00 committed by FuryBean
parent 5c386d5ce8
commit 304f02ea0e
1 changed files with 2 additions and 2 deletions

View File

@ -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;