| 1 |
@font-face { |
| 2 |
font-family: 'sps-fontello'; |
| 3 |
src: url('../font/fontello.eot?71531280'); |
| 4 |
src: url('../font/fontello.eot?71531280#iefix') format('embedded-opentype'), |
| 5 |
url('../font/fontello.woff2?71531280') format('woff2'), |
| 6 |
url('../font/fontello.woff?71531280') format('woff'), |
| 7 |
url('../font/fontello.ttf?71531280') format('truetype'), |
| 8 |
url('../font/fontello.svg?71531280#fontello') format('svg'); |
| 9 |
font-weight: normal; |
| 10 |
font-style: normal; |
| 11 |
} |
| 12 |
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
| 13 |
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
| 14 |
/* |
| 15 |
@media screen and (-webkit-min-device-pixel-ratio:0) { |
| 16 |
@font-face { |
| 17 |
font-family: 'fontello'; |
| 18 |
src: url('../font/fontello.svg?71531280#fontello') format('svg'); |
| 19 |
} |
| 20 |
} |
| 21 |
*/ |
| 22 |
[class^="sps-icon-"]:before, [class*=" sps-icon-"]:before { |
| 23 |
font-family: "sps-fontello"; |
| 24 |
font-style: normal; |
| 25 |
font-weight: normal; |
| 26 |
speak: never; |
| 27 |
|
| 28 |
display: inline-block; |
| 29 |
text-decoration: inherit; |
| 30 |
width: 1em; |
| 31 |
margin-right: .2em; |
| 32 |
text-align: center; |
| 33 |
/* opacity: .8; */ |
| 34 |
|
| 35 |
/* For safety - reset parent styles, that can break glyph codes*/ |
| 36 |
font-variant: normal; |
| 37 |
text-transform: none; |
| 38 |
|
| 39 |
/* fix buttons height, for twitter bootstrap */ |
| 40 |
line-height: 1em; |
| 41 |
|
| 42 |
/* Animation center compensation - margins should be symmetric */ |
| 43 |
/* remove if not needed */ |
| 44 |
margin-left: .2em; |
| 45 |
|
| 46 |
/* you can be more comfortable with increased icons size */ |
| 47 |
/* font-size: 120%; */ |
| 48 |
|
| 49 |
/* Font smoothing. That was taken from TWBS */ |
| 50 |
-webkit-font-smoothing: antialiased; |
| 51 |
-moz-osx-font-smoothing: grayscale; |
| 52 |
|
| 53 |
/* Uncomment for 3D effect */ |
| 54 |
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
| 55 |
} |
| 56 |
|
| 57 |
.sps-icon-icon:before { content: '\e800'; } /* '' */ |
| 58 |
|