/* CSS for Japanese Font for TinyMCE. Version 3.5-beta1*/
@font-face {
  font-family: esenapaj;
  src: url(../fonts/esenapaj.ttf) format("truetype")
}
@font-face {
  font-family: kokorom;
  src: url(../fonts/Kokoro.ttf) format("truetype")
}
@font-face {
  font-family: aoyanagiT;
  src: url(../fonts/aoyanagiT.ttf) format("truetype")
}
@font-face {
  font-family: tanukiM;
  src: url(../fonts/TanukiMagic.ttf) format("truetype")
}
@font-face {
    font-family: Huifont;
    src:url(../fonts/HuiFont109.woff2) format('woff2'),
        url(../fonts/Light-Huiji.ttf) format('truetype');
}
@font-face {
  font-family: honokamaru;
  src: url(../fonts/font_1_honokamarugo_1.1.ttf) format("truetype")
}
@font-face {
  font-family: light-gen;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansJP-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansJP-Thin.woff) format('woff'),
       url(../fonts/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
   font-family: normal-gen;
   font-style: normal;
   font-weight: 300;
   src: url(../fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(../fonts/NotoSansJP-DemiLight.woff) format('woff'),
        url(../fonts/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese-100';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansJP-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansJP-Thin.woff) format('woff'),
       url(../fonts/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(../fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(../fonts/NotoSansJP-DemiLight.woff) format('woff'),
        url(../fonts/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese-900';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansJP-Black.woff2) format('woff2'),
        url(../fonts/NotoSansJP-Black.woff) format('woff'),
        url(../fonts/NotoSansJP-Black.otf) format('opentype');
 }
 .noto {
    font-family: Noto Sans Japanese;
}
 .huiji {
    font-family: Huifont;
}
 .honokamaru {
    font-family: honokamaru;
}