29 lines
1.0 KiB
CSS
29 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: 'etc';
|
|
src: url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.eot?2xhhom');
|
|
src: url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.eot?2xhhom#iefix') format('embedded-opentype'),
|
|
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.ttf?2xhhom') format('truetype'),
|
|
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.woff?2xhhom') format('woff'),
|
|
url('/fontawesome-free-5.0.13/web-fonts-with-css/webfonts/etc.svg?2xhhom#etc') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'etc' !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;
|
|
}
|
|
|
|
.icon-sort-up-down:before {
|
|
content: "\e900";
|
|
}
|