@font-face {
  font-family: 'external_link_and_shield';
  src:
    url('fonts/external_link_and_shield.ttf?8waky4') format('truetype'),
    url('fonts/external_link_and_shield.woff?8waky4') format('woff'),
    url('fonts/external_link_and_shield.svg?8waky4#external_link_and_shield') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'external_link_and_shield' !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;
}

.icon-external_link:before {
  content: "\f08e";
}
.icon-shield:before {
  content: "\f132";
}
