2022-12-25 17:17:35 -05:00

65 lines
1.3 KiB
CSS

@font-face {
font-family: 'icomoon';
src: url('/fonts/icomoon.eot');
src: url('/fonts/icomoon.eot') format('embedded-opentype'),
url('/fonts/icomoon.ttf') format('truetype'),
url('/fonts/icomoon.woff') format('woff'),
url('/fonts/icomoon.svg') 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: 'icomoon' !important;
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-itch-dot-io:before {
content: "\e901";
color: #fa5c5c;
}
.icon-discord:before {
content: "\e900";
color: #7289da;
}
.icon-file-zip:before {
content: "\e92b";
}
.icon-folder:before {
content: "\e92f";
}
.icon-stopwatch:before {
content: "\e952";
}
.icon-spinner8:before {
content: "\e981";
}
.icon-youtube:before {
content: "\ea9d";
}
.icon-youtube2:before {
content: "\ea9e";
}
.icon-twitch:before {
content: "\ea9f";
}
.icon-github:before {
content: "\eab0";
}
.icon-appleinc:before {
content: "\eabe";
}
.icon-windows8:before {
content: "\eac2";
}