| 1 |
@font-face { |
| 2 |
font-family: 'WP Stream'; |
| 3 |
src:url('font/stream.eot'); |
| 4 |
src:url('font/stream.eot?#iefix') format('embedded-opentype'), |
| 5 |
url('font/stream.ttf') format('truetype'), |
| 6 |
url('font/stream.woff') format('woff'), |
| 7 |
url('font/stream.svg#icomoon') format('svg'); |
| 8 |
font-weight: normal; |
| 9 |
font-style: normal; |
| 10 |
} |
| 11 |
|
| 12 |
.icon-stream:before { |
| 13 |
content: "\73"; |
| 14 |
} |
| 15 |
|