Newer
Older
fonts / style.scss
@tlcd96 tlcd96 on 11 Oct 2023 1 KB Version 1.2
@import "variables";

@font-face {
  font-family: '#{$icomoon-font-family}';
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?nsv0f');
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?nsv0f#iefix') format('embedded-opentype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?nsv0f') format('truetype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?nsv0f') format('woff'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?nsv0f##{$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-oneux {
  &:before {
    content: $tlcd96-fonts-oneux; 
  }
}
.tlcd96-fonts-oux {
  &:before {
    content: $tlcd96-fonts-oux; 
  }
}
.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; 
  }
}