| 1234567891011121314151617181920212223242526272829303132 |
- @font-face {font-family: "ifont";
- src: url('iconfont.eot?t=1578390719138'); /* IE9 */
- src: url('iconfont.eot?t=1578390719138#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('iconfont.woff?t=1578390719138') format('woff'),
- url('iconfont.ttf?t=1578390719138') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
- url('iconfont.svg?t=1578390719138#ifont') format('svg'); /* iOS 4.1- */
- }
- .ifont ,[class *= 'ifont-'],[class ^= ' ifont-']{
- font-family: "ifont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .ifont-xing:before {
- content: "\e652";
- }
- .ifont-star:before {
- content: "\e63d";
- }
- .ifont-guan:before {
- content: "\e664";
- }
- .ifont-kai:before {
- content: "\e65f";
- }
|