_icon.scss 769 B

12345678910111213141516171819202122232425
  1. @charset "utf-8";
  2. /*
  3. * @file: 字体图标
  4. * @update: 2015-06-03 17:19:51
  5. */
  6. @font-face {
  7. font-family: "lego";
  8. src: url("../font/lego/iconfont.eot"); /* IE9*/
  9. src: url("../font/lego/iconfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  10. url("../font/lego/iconfont.woff") format("woff"), /* chrome、firefox */
  11. url("../font/lego/iconfont.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  12. url("../font/lego/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
  13. }
  14. .ui-icon {
  15. font-family: "lego" !important;
  16. font-size: 16px;
  17. font-style: normal;
  18. line-height: 1.1;
  19. -webkit-font-smoothing: antialiased;
  20. -webkit-text-stroke-width: .2px;
  21. -moz-osx-font-smoothing: grayscale;
  22. }