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