| 1234567891011121314151617181920212223242526272829303132 |
- @font-face {font-family: "iconfont";
- src: url('iconfont.eot?t=1481268530942'); /* IE9*/
- src: url('iconfont.eot?t=1481268530942#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1481268530942') format('woff'), /* chrome, firefox */
- url('iconfont.ttf?t=1481268530942') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('iconfont.svg?t=1481268530942#iconfont') format('svg'); /* iOS 4.1- */
- }
- .iconfont {
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-appreciate:before { content: "\e644"; }
- .icon-check:before { content: "\e645"; }
- .icon-close:before { content: "\e646"; }
- .icon-warn:before { content: "\e663"; }
- .icon-delete:before { content: "\e6b4"; }
- .icon-notice:before { content: "\e70a"; }
- .icon-github:before { content: "\e66c"; }
|