vendor
7 years ago
addons.css
9 years ago
admin.css
5 years ago
el-icon.css
5 years ago
embedpress-elementor.css
5 years ago
embedpress.css
6 years ago
font.css
7 years ago
index.html
7 years ago
preview.css
6 years ago
el-icon.css
35 lines
| 1 | @font-face { |
| 2 | font-family: 'el-icon'; |
| 3 | src: url('../fonts/el-icon.eot?u9p5gz'); |
| 4 | src: url('../fonts/el-icon.eot?u9p5gz#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/el-icon.ttf?u9p5gz') format('truetype'), |
| 6 | url('../fonts/el-icon.woff?u9p5gz') format('woff'), |
| 7 | url('../fonts/el-icon.svg?u9p5gz#el-icon') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | font-display: block; |
| 11 | } |
| 12 | |
| 13 | [class^="icon-"], [class*=" icon-"] { |
| 14 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 15 | font-family: 'el-icon' !important; |
| 16 | speak: never; |
| 17 | font-style: normal; |
| 18 | font-weight: normal; |
| 19 | font-variant: normal; |
| 20 | text-transform: none; |
| 21 | line-height: 1; |
| 22 | |
| 23 | /* Better Font Rendering =========== */ |
| 24 | -webkit-font-smoothing: antialiased; |
| 25 | -moz-osx-font-smoothing: grayscale; |
| 26 | } |
| 27 | |
| 28 | .icon-embedpress:before { |
| 29 | content: "\e900"; |
| 30 | } |
| 31 | |
| 32 | .icon-pdf:before { |
| 33 | content: "\e926"; |
| 34 | } |
| 35 |