greenxenith.github.io/icons.css

73 lines
1.5 KiB
CSS

@font-face {
font-family: 'icons';
src: url('fonts/icons.eot?9cvbf9');
src: url('fonts/icons.eot?9cvbf9#iefix') format('embedded-opentype'),
url('fonts/icons.ttf?9cvbf9') format('truetype'),
url('fonts/icons.woff?9cvbf9') format('woff'),
url('fonts/icons.svg?9cvbf9#icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons' !important;
speak: never;
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-lang-hla:before {
content: "\e90e";
}
.icon-lang-blender:before {
content: "\e900";
}
.icon-lang-cplusplus:before {
content: "\e901";
}
.icon-social-discord:before {
content: "\e902";
}
.icon-social-envelope:before {
content: "\e903";
}
.icon-social-github:before {
content: "\e904";
}
.icon-lang-html5:before {
content: "\e905";
}
.icon-lang-javascript:before {
content: "\e906";
}
.icon-lang-lua:before {
content: "\e907";
}
.icon-lang-nodejs:before {
content: "\e908";
}
.icon-lang-python:before {
content: "\e909";
}
.icon-social-reddit:before {
content: "\e90a";
}
.icon-lang-rust:before {
content: "\e90b";
}
.icon-social-twitter:before {
content: "\e90c";
}
.icon-social-youtube:before {
content: "\e90d";
}