20 lines
682 B
CSS
Executable File
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;
|
|
}
|