@font-face {
|
font-family: 'anticonicon';
|
src: url('../font/minkeicon.eot?httt7e');
|
src: url('../font/minkeicon.eot?httt7e#iefix') format('embedded-opentype'),
|
/* url('../font/minkeicon.ttf?httt7e') format('truetype'),
|
url('../font/minkeicon.woff?httt7e') format('woff'), */
|
url('../font/minkeicon.svg?httt7e#minkeicon') format('svg');
|
font-weight: normal;
|
font-style: normal;
|
font-display: block;
|
}
|
|
[class^="anticon-"], [class*=" anticon-"] {
|
/* use !important to prevent issues with browser extensions that change fonts */
|
font-family: 'anticonicon' !important;
|
/* speak: none; */
|
font-style: normal;
|
font-weight: normal;
|
font-variant: normal;
|
text-transform: none;
|
line-height: 1;
|
|
/* Better Font Rendering =========== */
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
|
.anticon-check-circle-o:before {
|
content: "\e900";
|
}
|
.anticon-dashboard:before {
|
content: "\e901";
|
}
|
.anticon-form:before {
|
content: "\e902";
|
}
|
.anticon-highlight:before {
|
content: "\e903";
|
}
|
.anticon-profile:before {
|
content: "\e904";
|
}
|
.anticon-table:before {
|
content: "\e905";
|
}
|
.anticon-user:before {
|
content: "\e906";
|
}
|
.anticon-warning:before {
|
content: "\e907";
|
}
|