fontello.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @font-face {
  2. font-family: "fontello";
  3. src: url("/fonts/fontello.eot?42791196");
  4. src:
  5. url("/fonts/fontello.eot?42791196#iefix") format("embedded-opentype"),
  6. url("/fonts/fontello.woff2?42791196") format("woff2"),
  7. url("/fonts/fontello.woff?42791196") format("woff"),
  8. url("/fonts/fontello.ttf?42791196") format("truetype"),
  9. url("/fonts/fontello.svg?42791196#fontello") format("svg");
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. [class^="icon-"]:before,
  14. [class*=" icon-"]:before {
  15. font-family: "fontello";
  16. font-style: normal;
  17. font-weight: normal;
  18. speak: never;
  19. display: inline-block;
  20. text-decoration: inherit;
  21. width: 1em;
  22. margin-right: 0.2em;
  23. text-align: center;
  24. /* For safety - reset parent styles, that can break glyph codes*/
  25. font-variant: normal;
  26. text-transform: none;
  27. /* fix buttons height, for twitter bootstrap */
  28. line-height: 1em;
  29. /* Font smoothing. That was taken from TWBS */
  30. -webkit-font-smoothing: antialiased;
  31. -moz-osx-font-smoothing: grayscale;
  32. }
  33. .icon-views:before {
  34. content: "\e800";
  35. }
  36. /* '' */
  37. .icon-heart:before {
  38. content: "\e801";
  39. }
  40. /* '' */
  41. .icon-quote:before {
  42. content: "\e802";
  43. }
  44. /* '' */
  45. .icon-comment:before {
  46. content: "\e803";
  47. }
  48. /* '' */
  49. .icon-group:before {
  50. content: "\e804";
  51. }
  52. /* '' */
  53. .icon-play:before {
  54. content: "\e805";
  55. }
  56. /* '' */
  57. .icon-link:before {
  58. content: "\e806";
  59. }
  60. /* '' */
  61. .icon-calendar:before {
  62. content: "\e807";
  63. }
  64. /* '' */
  65. .icon-location:before {
  66. content: "\e808";
  67. }
  68. /* '' */
  69. .icon-picture:before {
  70. content: "\e809";
  71. }
  72. /* '' */
  73. .icon-lock:before {
  74. content: "\e80a";
  75. }
  76. /* '' */
  77. .icon-down:before {
  78. content: "\e80b";
  79. }
  80. /* '' */
  81. .icon-retweet:before {
  82. content: "\e80c";
  83. }
  84. /* '' */
  85. .icon-search:before {
  86. content: "\e80d";
  87. }
  88. /* '' */
  89. .icon-pin:before {
  90. content: "\e80e";
  91. }
  92. /* '' */
  93. .icon-cog:before {
  94. content: "\e80f";
  95. }
  96. /* '' */
  97. .icon-rss:before {
  98. content: "\e810";
  99. }
  100. /* '' */
  101. .icon-ok:before {
  102. content: "\e811";
  103. }
  104. /* '' */
  105. .icon-circle:before {
  106. content: "\f111";
  107. }
  108. /* '' */
  109. .icon-info:before {
  110. content: "\f128";
  111. }
  112. /* '' */
  113. .icon-bird:before {
  114. content: "\f309";
  115. }
  116. /* '' */