123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- $ver = 3
- @font-face
- font-family: 'fontello-kleks'
- src: url("/static/fonts/fontello-kleks-"+$ver+".eot")
- 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')
- font-weight: normal
- font-style: normal
- [class^="icon-"]:before
- [class*=" icon-"]:before
- font-family: 'fontello-kleks'
- font-style: normal
- font-weight: normal
- speak: none
- display: inline-block
- text-decoration: none
- width: 1em
- text-align: center
- line-height: 1em
- font-size: 1em
- -webkit-font-smoothing: antialiased
- .icon-heart-empty:before
- content: '\7a' /* 'z' */
- .icon-heart:before
- content: '\79' /* 'y' */
- .icon-pencil:before
- content: '\75' /* 'u' */
- .icon-eye:before
- content: '\63' /* 'c' */
- .icon-eye-off:before
- content: '\64' /* 'd' */
- .icon-contact:before
- content: '\6e' /* 'n' */
- .icon-site:before
- content: '\6d' /* 'm' */
- .icon-trash:before
- content: '\6b' /* 'k' */
- .icon-block:before
- content: '\71' /* 'q' */
- .icon-rss:before
- content: '\41' /* 'A' */
- .icon-down-open:before
- content: '\65' /* 'e' */
- .icon-left-open:before
- content: '\66' /* 'f' */
- .icon-right-open:before
- content: '\67' /* 'g' */
- .icon-up-open:before
- content: '\68' /* 'h' */
- .icon-off:before
- content: '\6c' /* 'l' */
- .icon-collection:before
- content: '\6a' /* 'j' */
- .icon-gauge:before
- content: '\70' /* 'p' */
- .icon-facebook:before
- content: '\44' /* 'D' */
- .icon-twitter:before
- content: '\43' /* 'C' */
- .icon-google:before
- content: '\42' /* 'B' */
- .icon-youtube:before
- content: '\45' /* 'E' */
- .icon-scene:before
- content: '\62' /* 'b' */
- .icon-video:before
- content: '\61' /* 'a' */
- .icon-author:before
- content: '\74' /* 't' */
- .icon-essay:before
- content: '\69' /* 'i' */
- .icon-book:before
- content: '\78' /* 'x' */
- .icon-book-open:before
- content: '\76' /* 'v' */
- .icon-sponsor:before
- content: '\73' /* 's' */
- .icon-search:before
- content: '\72' /* 'r' */
- .icon-link:before
- content: '\6f' /* 'o' */
|