Commit 735d44b5 authored by Jony's avatar Jony Committed by baiyaaaaa

Icon: remove EOT and SVG font (#3086)

* datepicker: fix incorrect disabled style and add today style

* Icon: remove .eot and .svg font format
parent f60fe752
This diff is collapsed.
@font-face { @font-face {
font-family: 'element-icons'; font-family: 'element-icons';
src: url('fonts/element-icons.eot?t=1472440741'); /* IE9*/
src: url('fonts/element-icons.woff?t=1472440741') format('woff'), /* chrome, firefox */ 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.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; font-weight: normal;
font-style: 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