fonts
9 months ago
vendor
8 months ago
admin-notices.css
2 months ago
admin.build.css
2 months ago
admin.css
7 months ago
analytics.build.css
1 month ago
blocks.build.css
1 week ago
carousel.min.css
2 years ago
custom-player.build.css
1 month ago
el-icon.css
2 months ago
embedpress-elementor.css
2 years ago
embedpress.css
1 week ago
ep-pdf-lightbox.css
2 months ago
feature-notices.css
7 months ago
font.css
7 years ago
glider.min.css
2 years ago
index.html
7 years ago
instagram-shortcode-generator.css
1 month ago
lazy-load.css
6 months ago
meetup-events.css
7 months ago
modal.css
8 months ago
onboarding.build.css
2 months ago
pdf-gallery.css
2 months ago
plyr.css
9 months ago
preview.css
6 years ago
settings-icons.css
9 months ago
settings.css
1 month ago
settings-icons.css
85 lines
| 1 | @font-face { |
| 2 | font-family: 'icomoon'; |
| 3 | src: url('../fonts/icomoon.eot?6wwmrx'); |
| 4 | src: url('../fonts/icomoon.eot?6wwmrx#iefix') format('embedded-opentype'), |
| 5 | url('../fonts/icomoon.ttf?6wwmrx') format('truetype'), |
| 6 | url('../fonts/icomoon.woff?6wwmrx') format('woff'), |
| 7 | url('../fonts/icomoon.svg?6wwmrx#icomoon') format('svg'); |
| 8 | font-weight: normal; |
| 9 | font-style: normal; |
| 10 | font-display: block; |
| 11 | } |
| 12 | |
| 13 | .ep-icon { |
| 14 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 15 | font-family: 'icomoon' !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 | .ep-file:before { |
| 29 | content: "\e900"; |
| 30 | } |
| 31 | .ep-ads:before { |
| 32 | content: "\e839"; |
| 33 | } |
| 34 | .ep-star:before { |
| 35 | content: "\e901"; |
| 36 | } |
| 37 | .ep-support:before { |
| 38 | content: "\e902"; |
| 39 | } |
| 40 | .ep-cell:before { |
| 41 | content: "\e903"; |
| 42 | } |
| 43 | .ep-gear:before { |
| 44 | content: "\e904"; |
| 45 | } |
| 46 | .ep-premium:before { |
| 47 | content: "\e905"; |
| 48 | } |
| 49 | .ep-caret-down:before { |
| 50 | content: "\e906"; |
| 51 | } |
| 52 | .ep-question:before { |
| 53 | content: "\e907"; |
| 54 | } |
| 55 | .ep-lock:before { |
| 56 | content: "\e908"; |
| 57 | } |
| 58 | .ep-branding:before { |
| 59 | content: "\e909"; |
| 60 | } |
| 61 | .ep-upload:before { |
| 62 | content: "\e90a"; |
| 63 | } |
| 64 | .ep-bar:before { |
| 65 | content: "\e90b"; |
| 66 | } |
| 67 | .ep-code:before { |
| 68 | content: "\e90c"; |
| 69 | } |
| 70 | .ep-copy:before { |
| 71 | content: "\e90d"; |
| 72 | } |
| 73 | .ep-platform:before { |
| 74 | content: "\e90e"; |
| 75 | } |
| 76 | .ep-cross:before { |
| 77 | content: "\ea0f"; |
| 78 | } |
| 79 | .ep-link-icon:before { |
| 80 | content: "\e90f"; |
| 81 | } |
| 82 | .ep-tick:before { |
| 83 | content: "\e910"; |
| 84 | } |
| 85 |