1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-14 09:11:34 +01:00
Files
CheckServer/assets/fonts/styles.css
2017-10-30 22:59:39 +01:00

95 lines
2.0 KiB
CSS
Executable File

@charset "UTF-8";
@font-face {
font-family: "checkserver";
src:url("fonts/checkserver.eot");
src:url("fonts/checkserver.eot?#iefix") format("embedded-opentype"),
url("fonts/checkserver.woff") format("woff"),
url("fonts/checkserver.ttf") format("truetype"),
url("fonts/checkserver.svg#checkserver") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "checkserver" !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: "checkserver" !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-question-circle:before {
content: "\61";
}
.icon-home-house-streamline:before {
content: "\62";
}
.icon-edit-modify-streamline:before {
content: "\63";
}
.icon-settings-streamline-1:before {
content: "\64";
}
.icon-folder-o:before {
content: "\65";
}
.icon-folder-open-o:before {
content: "\66";
}
.icon-sign-out:before {
content: "\67";
}
.icon-times:before {
content: "\68";
}
.icon-sign-in:before {
content: "\69";
}
.icon-file-submodule:before {
content: "\6a";
}
.icon-exclamation-triangle:before {
content: "\6b";
}
.icon-eye:before {
content: "\6c";
}
.icon-browser-streamline-window:before {
content: "\6d";
}
.icon-coffee-streamline:before {
content: "\6e";
}
.icon-notebook-streamline:before {
content: "\6f";
}
.icon-receipt-shopping-streamline:before {
content: "\70";
}
.icon-bubble-comment-streamline-talk:before {
content: "\71";
}
.icon-man-people-streamline-user:before {
content: "\72";
}