icons.styl 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. $ver = 3
  2. @font-face
  3. font-family: 'fontello-kleks'
  4. src: url("/static/fonts/fontello-kleks-"+$ver+".eot")
  5. src: local('☺'), url("/static/fonts/fontello-kleks-"+$ver+".eot?#iefix") format('embedded-opentype'), url("/static/fonts/fontello-kleks-"+$ver+".woff") format('woff'), url("/static/fonts/fontello-kleks-"+$ver+".ttf") format('truetype'), url("/static/fonts/fontello-kleks-"+$ver+".svg#fontello-kleks") format('svg')
  6. font-weight: normal
  7. font-style: normal
  8. [class^="icon-"]:before
  9. [class*=" icon-"]:before
  10. font-family: 'fontello-kleks'
  11. font-style: normal
  12. font-weight: normal
  13. speak: none
  14. display: inline-block
  15. text-decoration: none
  16. width: 1em
  17. text-align: center
  18. line-height: 1em
  19. font-size: 1em
  20. -webkit-font-smoothing: antialiased
  21. .icon-heart-empty:before
  22. content: '\7a' /* 'z' */
  23. .icon-heart:before
  24. content: '\79' /* 'y' */
  25. .icon-pencil:before
  26. content: '\75' /* 'u' */
  27. .icon-eye:before
  28. content: '\63' /* 'c' */
  29. .icon-eye-off:before
  30. content: '\64' /* 'd' */
  31. .icon-contact:before
  32. content: '\6e' /* 'n' */
  33. .icon-site:before
  34. content: '\6d' /* 'm' */
  35. .icon-trash:before
  36. content: '\6b' /* 'k' */
  37. .icon-block:before
  38. content: '\71' /* 'q' */
  39. .icon-rss:before
  40. content: '\41' /* 'A' */
  41. .icon-down-open:before
  42. content: '\65' /* 'e' */
  43. .icon-left-open:before
  44. content: '\66' /* 'f' */
  45. .icon-right-open:before
  46. content: '\67' /* 'g' */
  47. .icon-up-open:before
  48. content: '\68' /* 'h' */
  49. .icon-off:before
  50. content: '\6c' /* 'l' */
  51. .icon-collection:before
  52. content: '\6a' /* 'j' */
  53. .icon-gauge:before
  54. content: '\70' /* 'p' */
  55. .icon-facebook:before
  56. content: '\44' /* 'D' */
  57. .icon-twitter:before
  58. content: '\43' /* 'C' */
  59. .icon-google:before
  60. content: '\42' /* 'B' */
  61. .icon-youtube:before
  62. content: '\45' /* 'E' */
  63. .icon-scene:before
  64. content: '\62' /* 'b' */
  65. .icon-video:before
  66. content: '\61' /* 'a' */
  67. .icon-author:before
  68. content: '\74' /* 't' */
  69. .icon-essay:before
  70. content: '\69' /* 'i' */
  71. .icon-book:before
  72. content: '\78' /* 'x' */
  73. .icon-book-open:before
  74. content: '\76' /* 'v' */
  75. .icon-sponsor:before
  76. content: '\73' /* 's' */
  77. .icon-search:before
  78. content: '\72' /* 'r' */
  79. .icon-link:before
  80. content: '\6f' /* 'o' */