mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
52 lines
1.5 KiB
CSS
52 lines
1.5 KiB
CSS
/*
|
|
Icon Font: fontcustom
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "fontcustom";
|
|
src: url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.eot");
|
|
src: url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.eot?#iefix") format("embedded-opentype"),
|
|
url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.woff") format("woff"),
|
|
url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.ttf") format("truetype"),
|
|
url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.svg#fontcustom") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family: "fontcustom";
|
|
src: url("./fontcustom_3dfbafd778b214fc5df2a64fe14fbfb3.svg#fontcustom") format("svg");
|
|
}
|
|
}
|
|
|
|
[data-icon]:before { content: attr(data-icon); }
|
|
|
|
[data-icon]:before,
|
|
.icon-activity-stream:before,
|
|
.icon-google:before,
|
|
.icon-launch:before,
|
|
.icon-microsoft:before,
|
|
.icon-saml-02:before,
|
|
.icon-user:before {
|
|
display: inline-block;
|
|
font-family: "fontcustom";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
line-height: 1;
|
|
text-decoration: inherit;
|
|
text-rendering: optimizeLegibility;
|
|
text-transform: none;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-smoothing: antialiased;
|
|
}
|
|
|
|
.icon-activity-stream:before { content: "\f101"; }
|
|
.icon-google:before { content: "\f102"; }
|
|
.icon-launch:before { content: "\f103"; }
|
|
.icon-microsoft:before { content: "\f104"; }
|
|
.icon-saml-02:before { content: "\f105"; }
|
|
.icon-user:before { content: "\f106"; }
|