@font-face {
    font-family: 'TylerIcons';
    src:
      url('./CDNFonts/TylerIcons.woff2') format('woff2'),
      url('./CDNFonts/TylerIcons.ttf') format('truetype'),
      url('./CDNFonts/TylerIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

@font-face {
    font-family: 'TylerIconsExtended';
    src: url('./CDNFonts/TylerIconsExtended.woff2') format('woff2'), 
         url('./CDNFonts/TylerIconsExtended.ttf') format('truetype'), 
         url('./CDNFonts/TylerIconsExtended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'TylerIconsCustom';
    src: 
        url('./CDNFonts/TylerIconsCustom.woff2') format('woff2'), 
        url('./CDNFonts/TylerIconsCustom.ttf') format('truetype'), 
        url('./CDNFonts/TylerIconsCustom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

  .tyler-icons {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TylerIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Custom from material-icons.css =========== */
    font-size: 24px;
    display: inline-block;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
  }

.tyler-icons-ext {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TylerIconsExtended' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Custom from material-icons.css =========== */
    font-size: 24px;
    display: inline-block;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
}

.tyler-icons-custom {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'TylerIconsCustom' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Custom from material-icons.css =========== */
    font-size: 24px;
    display: inline-block;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
}