/* Lite version of CSS for Japanese Font for TinyMCE. Version 3.5-beta1*/
@font-face {
  font-family: Huifont;
  src: url("https://cdn.rawgit.com/raspi0124/my-sites-files/dc302549/HuiFont109.woff2")
      format("woff2"),
    url("https://cdn.rawgit.com/raspi0124/my-sites-files/eed42314/Light-Huiji.ttf")
      format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf)
      format("opentype");
}

.noto {
  font-family: Noto Sans Japanese;
}
.huiji {
  font-family: Huifont;
}
