| 1 |
@font-face { |
| 2 |
font-family: 'EditorPlus Icons'; |
| 3 |
src: url('../fonts/eplus-icon.eot'); |
| 4 |
src: url('../fonts/eplus-icon.eot?#iefix') format('embedded-opentype'), |
| 5 |
url('../fonts/eplus-icon.woff') format('woff'), |
| 6 |
url('../fonts/eplus-icon.ttf') format('truetype'), |
| 7 |
url('../fonts/eplus-icon.svg#EditorPlusIcons') format('svg'); |
| 8 |
font-weight: normal; |
| 9 |
font-style: normal; |
| 10 |
font-display: block; |
| 11 |
} |
| 12 |
|