49 lines
1.2 KiB
CSS
49 lines
1.2 KiB
CSS
@charset "UTF-8";
|
|
|
|
@font-face {
|
|
font-family: "icon-font";
|
|
src:url("fonts/icon-font.eot");
|
|
src:url("fonts/icon-font.eot?#iefix") format("embedded-opentype"),
|
|
url("fonts/icon-font.woff") format("woff"),
|
|
url("fonts/icon-font.ttf") format("truetype"),
|
|
url("fonts/icon-font.svg#icon-font") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
[data-icon]:before {
|
|
font-family: "icon-font" !important;
|
|
content: attr(data-icon);
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: "icon-font" !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-github-icon:before {
|
|
content: "\61";
|
|
}
|
|
.icon-twitter-icon:before {
|
|
content: "\62";
|
|
}
|
|
.icon-slack-icon:before {
|
|
content: "\63";
|
|
}
|