Newer
Older
fonts / style.scss
@tlcd96 tlcd96 on 13 Oct 2023 2 KB Version 1.4
@import "variables";

@font-face {
  font-family: '#{$icomoon-font-family}';
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?wkr00x');
  src:  url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?wkr00x#iefix') format('embedded-opentype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?wkr00x') format('truetype'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?wkr00x') format('woff'),
    url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?wkr00x##{$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-code {
  &:before {
    content: $tlcd96-fonts-code; 
  }
}
.tlcd96-fonts-cog {
  &:before {
    content: $tlcd96-fonts-cog; 
  }
}
.tlcd96-fonts-settings {
  &:before {
    content: $tlcd96-fonts-settings; 
  }
}
.tlcd96-fonts-software {
  &:before {
    content: $tlcd96-fonts-software; 
  }
}
.tlcd96-fonts-program {
  &:before {
    content: $tlcd96-fonts-program; 
  }
}
.tlcd96-fonts-programs {
  &:before {
    content: $tlcd96-fonts-programs; 
  }
}
.tlcd96-fonts-youtube {
  &:before {
    content: $tlcd96-fonts-youtube; 
  }
}
.tlcd96-fonts-youtube_user {
  &:before {
    content: $tlcd96-fonts-youtube_user; 
  }
}
.tlcd96-fonts-youtube-user {
  &:before {
    content: $tlcd96-fonts-youtube-user; 
  }
}
.tlcd96-fonts-discord-server {
  &:before {
    content: $tlcd96-fonts-discord-server; 
  }
}
.tlcd96-fonts-discord_server {
  &:before {
    content: $tlcd96-fonts-discord_server; 
  }
}
.tlcd96-fonts-discord-user {
  &:before {
    content: $tlcd96-fonts-discord-user; 
  }
}
.tlcd96-fonts-discord_user {
  &:before {
    content: $tlcd96-fonts-discord_user; 
  }
}
.tlcd96-fonts-server {
  &:before {
    content: $tlcd96-fonts-server; 
  }
}
.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; 
  }
}