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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jac-blog' !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-blog-moji:before {
  content: "\e900";
}
.icon-blog-search:before {
  content: "\e901";
}
.icon-p_home:before {
  content: "\e902";
}
