@font-face {
  font-family: 'motafont';
  src:  url('https://cdn.autoc-one.jp/article-assets/css/article-v2/fonts/motafont.eot');
  src:  url('https://cdn.autoc-one.jp/article-assets/css/article-v2/fonts/motafont.eot#iefix') format('embedded-opentype'),
        url('https://cdn.autoc-one.jp/article-assets/css/article-v2/fonts/motafont.ttf') format('truetype'),
        url('https://cdn.autoc-one.jp/article-assets/css/article-v2/fonts/motafont.woff') format('woff'),
        url('https://cdn.autoc-one.jp/article-assets/css/article-v2/fonts/motafont.svg#motafont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="wf-"], [class*=" wf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'motafont' !important;
  speak: none;
  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;
}

.wf-comment:before {
  content: "\e900";
}
.wf-facebook:before {
  content: "\e901";
}
.wf-twitter:before {
  content: "\e902";
}
.wf-hatena:before {
  content: "\e903";
}
.wf-line:before {
  content: "\e904";
}
.wf-copy:before {
  content: "\e905";
}
