transferito-font.css
4 years ago
transferito-styles.min.css
1 year ago
transferito-styles.min.css.map
1 year ago
transferito.css
3 years ago
transferito-font.css
40 lines
| 1 | @font-face { |
| 2 | font-family: 'icomoon'; |
| 3 | src: url('../fonts/icomoon.eot?sir6d2'); |
| 4 | src: url('../fonts/icomoon.eot?sir6d2#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/icomoon.ttf?sir6d2') format('truetype'), |
| 6 | url('../fonts/icomoon.woff?sir6d2') format('woff'), |
| 7 | url('../fonts/icomoon.svg?sir6d2#icomoon') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | } |
| 11 | |
| 12 | [class^="icon-"], [class*=" icon-"] { |
| 13 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 14 | font-family: 'icomoon' !important; |
| 15 | speak: none; |
| 16 | font-style: normal; |
| 17 | font-weight: normal; |
| 18 | font-variant: normal; |
| 19 | text-transform: none; |
| 20 | line-height: 1; |
| 21 | |
| 22 | /* Better Font Rendering =========== */ |
| 23 | -webkit-font-smoothing: antialiased; |
| 24 | -moz-osx-font-smoothing: grayscale; |
| 25 | } |
| 26 | |
| 27 | #toplevel_page_transferito-main .wp-menu-image:before { |
| 28 | font-family: 'icomoon' !important; |
| 29 | content: "\e905"; |
| 30 | font-size: 1.9em!important; |
| 31 | } |
| 32 | |
| 33 | .wp-admin #wpadminbar #wp-admin-bar-transferito-admin-bar>.ab-item:before { |
| 34 | font-family: 'icomoon' !important; |
| 35 | content: "\e905"; |
| 36 | font-size: 2em!important; |
| 37 | margin-top: 2px; |
| 38 | margin-right: 2px; |
| 39 | } |
| 40 |