fontello.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @font-face {
  2. font-family: 'fontello';
  3. src: url('/fonts/fontello.eot?61663884');
  4. src: url('/fonts/fontello.eot?61663884#iefix') format('embedded-opentype'),
  5. url('/fonts/fontello.woff2?61663884') format('woff2'),
  6. url('/fonts/fontello.woff?61663884') format('woff'),
  7. url('/fonts/fontello.ttf?61663884') format('truetype'),
  8. url('/fonts/fontello.svg?61663884#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: never;
  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-views:before { content: '\e800'; } /* '' */
  31. .icon-heart:before { content: '\e801'; } /* '' */
  32. .icon-quote:before { content: '\e802'; } /* '' */
  33. .icon-comment:before { content: '\e803'; } /* '' */
  34. .icon-ok:before { content: '\e804'; } /* '' */
  35. .icon-play:before { content: '\e805'; } /* '' */
  36. .icon-link:before { content: '\e806'; } /* '' */
  37. .icon-calendar:before { content: '\e807'; } /* '' */
  38. .icon-location:before { content: '\e808'; } /* '' */
  39. .icon-picture:before { content: '\e809'; } /* '' */
  40. .icon-lock:before { content: '\e80a'; } /* '' */
  41. .icon-down:before { content: '\e80b'; } /* '' */
  42. .icon-retweet:before { content: '\e80c'; } /* '' */
  43. .icon-search:before { content: '\e80d'; } /* '' */
  44. .icon-pin:before { content: '\e80e'; } /* '' */
  45. .icon-cog:before { content: '\e80f'; } /* '' */
  46. .icon-rss:before { content: '\e810'; } /* '' */
  47. .icon-info:before { content: '\f128'; } /* '' */
  48. .icon-bird:before { content: '\f309'; } /* '' */