@font-face {
  font-family: 'ecode';
  src:
    url('/fonts/ecode/ecode.ttf?6wjuiu') format('truetype'),
    url('/fonts/ecode/ecode.woff?6wjuiu') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="font-icon-"], [class*=" font-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecode' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: 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";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-icon-facebook:before {
  content: "\e909";
}
.font-icon-twitter:before {
  content: "\e90a";
}
.font-icon-pdf:before {
  content: "\e906";
}
.font-icon-plus:before {
  content: "\e900";
}
.font-icon-law:before {
  content: "\e901";
}
.font-icon-impersonate:before {
  content: "\e902";
}
.font-icon-ecode:before {
  content: "\e903";
}
.font-icon-code:before {
  content: "\e904";
}
.font-icon-note:before {
  content: "\e905";
}
.font-icon-note_expand:before {
  content: "\e907";
}
.font-icon-note_collapse:before {
  content: "\e908";
}
