/* Selected styles of Noto Sans JP for Print/PDF Output */

@font-face{
  font-family:'Noto Sans JP';
  src: local("Noto Sans JP"), local("NotoSansJP-Regular"), url("NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
  font-weight:400;
  font-style:normal
}

@font-face{
  font-family:'Noto Sans JP';
  src: local("Noto Sans JP Medium"),local("NotoSansJP-Medium"), url("NotoSansJP/NotoSansJP-Medium.otf") format("opentype");
  font-weight:500;
  font-style:normal
}

@font-face{
  font-family:'Noto Sans JP';
  src: local("Noto Sans JP Bold"), local("NotoSansJP-Bold"), url("NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
  font-weight:700;
  font-style:normal
}
