Commit 304f02ea authored by cinwell.li's avatar cinwell.li Committed by FuryBean

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

parent 5c386d5c
@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;
......
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