iconfont.css 842 B

123456789101112131415161718192021
  1. @font-face {font-family: "iconfont";
  2. src: url('iconfont.eot?t=1477464940'); /* IE9*/
  3. src: url('iconfont.eot?t=1477464940#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff?t=1477464940') format('woff'), /* chrome, firefox */
  5. url('iconfont.ttf?t=1477464940') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  6. url('iconfont.svg?t=1477464940#iconfont') format('svg'); /* iOS 4.1- */
  7. }
  8. .iconfont {
  9. font-family:"iconfont" !important;
  10. font-style:normal;
  11. -webkit-font-smoothing: antialiased;
  12. -webkit-text-stroke-width: 0.2px;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-point:before { content: "\e607"; }
  16. .icon-airportc:before { content: "\e605"; }
  17. .icon-airportcm:before { content: "\e604"; }
  18. .icon-airportm:before { content: "\e603"; }
  19. .icon-airportch:before { content: "\e602"; }