| 1 |
@font-face { |
| 2 |
font-family: 'fpicons'; |
| 3 |
src:url('fonts/fpicons.eot?yg5dv7'); |
| 4 |
src:url('fonts/fpicons.eot?#iefixyg5dv7') format('embedded-opentype'), |
| 5 |
url('fonts/fpicons.woff?yg5dv7') format('woff'), |
| 6 |
url('fonts/fpicons.ttf?yg5dv7') format('truetype'), |
| 7 |
url('fonts/fpicons.svg?yg5dv7#fpicons') format('svg'); |
| 8 |
font-weight: normal; |
| 9 |
font-style: normal; |
| 10 |
} |
| 11 |
|
| 12 |
[class^="fp-i-"], [class*=" fp-i-"] { |
| 13 |
font-family: 'fpicons'; |
| 14 |
speak: none; |
| 15 |
font-style: normal; |
| 16 |
font-weight: normal; |
| 17 |
font-variant: normal; |
| 18 |
text-transform: none; |
| 19 |
line-height: 1; |
| 20 |
|
| 21 |
/* Better Font Rendering =========== */ |
| 22 |
-webkit-font-smoothing: antialiased; |
| 23 |
-moz-osx-font-smoothing: grayscale; |
| 24 |
} |
| 25 |
|