cl01/wp-content/plugins/hester-core/assets/css/admin-dashicon.css
2025-02-24 12:39:24 +08:00

20 lines
682 B
CSS
Executable File

@font-face {
font-family: 'hester-dashicon';
src: url("../fonts/hester-icon.eot");
src: url("../fonts/hester-icon.eot#iefix") format("embedded-opentype"), url("../fonts/hester-icon.ttf") format("truetype"), url("../fonts/hester-icon.woff") format("woff"), url("../fonts/hester-icon.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
.dashicons-hester-brand:before {
font-family: 'hester-dashicon' !important;
content: "\e900" !important;
font-size: 20px !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}