@font-face {
  font-family: 'TylerIcons';
  src:
    url('https://cdn.forge.tylertech.com/v1/fonts/TylerIcons.woff2?b0pfzc') format('woff2'),
    url('https://cdn.forge.tylertech.com/v1/fonts/TylerIcons.ttf?b0pfzc') format('truetype'),
    url('https://cdn.forge.tylertech.com/v1/fonts/TylerIcons.woff?b0pfzc') format('woff'),
    url('https://cdn.forge.tylertech.com/v1/fonts/TylerIcons.svg?b0pfzc#TylerIcons') format('svg');
  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;
}
