@font-face {
  font-family: 'ikeda';
  src:  url('../icon-font/ikeda-tum4x6.eot');
  src:  url('../icon-font/ikeda-tum4x6.eot#iefix') format('embedded-opentype'),
    url('../icon-font/ikeda-tum4x6.ttf') format('truetype'),
    url('../icon-font/ikeda-tum4x6.woff') format('woff'),
    url('../icon-font/ikeda-tum4x6.svg#ikeda') 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: 'ikeda' !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;
}

.i-file-pdf-o:before {
  content: "\e900";
}
.i-file-pdf:before {
  content: "\eadf";
}
