@charset "utf-8";

/*
**************************************************************************
*	松竹 MET fonts.css
**************************************************************************/

/* Noto Sans Japanese */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: local('Noto Sans CJK JP Medium'),
        local('Noto Sans JP Medium'),
        url(../fonts/NotoSansCJKjp-Medium.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans CJK JP Bold'),
        local('Noto Sans JP Bold'),
        url(../fonts/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}

/* Libre Baskerville */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: local('Libre Baskerville Bold'),
       local('LibreBaskerville-Bold'),
       url(../fonts/LibreBaskerville-Bold.woff) format('woff'),
       url(../fonts/LibreBaskerville-Bold.ttf) format('truetype');
}
