dashboard-global.css
19 lines
| 1 | @font-face { |
| 2 | font-family: 'generateblocks'; |
| 3 | src: url('../fonts/generateblocks.eot'); |
| 4 | src: url('../fonts/generateblocks.eot#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/generateblocks.ttf') format('truetype'), |
| 6 | url('../fonts/generateblocks.woff') format('woff'), |
| 7 | url('../fonts/generateblocks.svg') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | font-display: block; |
| 11 | } |
| 12 | |
| 13 | #adminmenu #toplevel_page_generateblocks div.wp-menu-image:before { |
| 14 | content: "\e900"; |
| 15 | font-family: generateblocks; |
| 16 | font-size: 18px; |
| 17 | margin-top: 1px; |
| 18 | } |
| 19 |