fontello.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @font-face {
  2. font-family: 'fontello';
  3. src: url('/fonts/fontello.eot?6327398');
  4. src: url('/fonts/fontello.eot?6327398#iefix') format('embedded-opentype'),
  5. url('/fonts/fontello.woff2?6327398') format('woff2'),
  6. url('/fonts/fontello.woff?6327398') format('woff'),
  7. url('/fonts/fontello.ttf?6327398') format('truetype'),
  8. url('/fonts/fontello.svg?6327398#fontello') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [class^="icon-"]:before, [class*=" icon-"]:before {
  13. font-family: "fontello";
  14. font-style: normal;
  15. font-weight: normal;
  16. speak: none;
  17. display: inline-block;
  18. text-decoration: inherit;
  19. width: 1em;
  20. text-align: center;
  21. /* For safety - reset parent styles, that can break glyph codes*/
  22. font-variant: normal;
  23. text-transform: none;
  24. /* fix buttons height, for twitter bootstrap */
  25. line-height: 1em;
  26. /* Font smoothing. That was taken from TWBS */
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: grayscale;
  29. }
  30. .icon-help-circled:before { content: '\e800'; } /* '' */
  31. .icon-attention:before { content: '\e801'; } /* '' */
  32. .icon-comment:before { content: '\e802'; } /* '' */
  33. .icon-ok:before { content: '\e803'; } /* '' */
  34. .icon-play:before { content: '\e804'; } /* '' */
  35. .icon-link:before { content: '\e805'; } /* '' */
  36. .icon-calendar:before { content: '\e806'; } /* '' */
  37. .icon-location:before { content: '\e807'; } /* '' */
  38. .icon-down-small:before { content: '\e808'; } /* '' */
  39. .icon-picture:before { content: '\e809'; } /* '' */
  40. .icon-lock-circled:before { content: '\e80a'; } /* '' */
  41. .icon-down:before { content: '\e80b'; } /* '' */
  42. .icon-info-circled:before { content: '\e80c'; } /* '' */
  43. .icon-retweet:before { content: '\e80d'; } /* '' */
  44. .icon-search:before { content: '\e80e'; } /* '' */
  45. .icon-pin:before { content: '\e80f'; } /* '' */
  46. .icon-heart:before { content: '\e811'; } /* '' */
  47. .icon-cog:before { content: '\e812'; } /* '' */
  48. .icon-rss-feed:before { content: '\e813'; } /* '' */
  49. .icon-bird:before { content: '\f099'; } /* '' */