@import "variables";
@font-face {
font-family: '#{$icomoon-font-family}';
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?sfra8b');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?sfra8b#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?sfra8b') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?sfra8b') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?sfra8b##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="tlcd96-"], [class*=" tlcd96-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$icomoon-font-family}' !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;
}
.tlcd96-crowdin {
&:before {
content: $tlcd96-crowdin;
}
}
.tlcd96-discord {
&:before {
content: $tlcd96-discord;
}
}
.tlcd96-twitter {
&:before {
content: $tlcd96-twitter;
}
}
.tlcd96-x {
&:before {
content: $tlcd96-x;
}
}