74 lines
1.4 KiB
CSS
74 lines
1.4 KiB
CSS
|
@font-face {
|
||
|
font-family: 'ext-watermark';
|
||
|
src:url('fonts/ext-watermark.eot?n6lnws');
|
||
|
src:url('fonts/ext-watermark.eot?#iefixn6lnws') format('embedded-opentype'),
|
||
|
url('fonts/ext-watermark.woff?n6lnws') format('woff'),
|
||
|
url('fonts/ext-watermark.ttf?n6lnws') format('truetype'),
|
||
|
url('fonts/ext-watermark.svg?n6lnws#ext-watermark') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
[class^="icon-"], [class*=" icon-"] {
|
||
|
font-family: 'ext-watermark';
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
.icon-extjs-beta-left:before {
|
||
|
content: "\61";
|
||
|
}
|
||
|
|
||
|
.icon-extjs-beta-right:before {
|
||
|
content: "\62";
|
||
|
}
|
||
|
|
||
|
.icon-extjs-trial-left:before {
|
||
|
content: "\63";
|
||
|
}
|
||
|
|
||
|
.icon-extjs-trial-right:before {
|
||
|
content: "\64";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-beta-left-2:before {
|
||
|
content: "\65";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-beta-left-3:before {
|
||
|
content: "\66";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-beta-right-2:before {
|
||
|
content: "\67";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-beta-right-3:before {
|
||
|
content: "\68";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-trial-left-2:before {
|
||
|
content: "\69";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-trial-left-3:before {
|
||
|
content: "\6a";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-trial-right-2:before {
|
||
|
content: "\6b";
|
||
|
}
|
||
|
|
||
|
.icon-sencha-extjs-trial-right-3:before {
|
||
|
content: "\6c";
|
||
|
}
|
||
|
|