/* 字体引入 */

  @font-face{
    font-family: 'SourceHanSansSC-Normal';
    src : url('./NotoSansSC-Light.woff2') format('woff2');

    font-style: normal;
    font-weight: 300;
    src: url('./NotoSansSC-Light.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans SC Thin'), local('NotoSansSC-Thin'),
        url('./NotoSansSC-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./NotoSansSC-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('./NotoSansSC-Light.woff') format('woff'), /* Modern Browsers */
        url('./NotoSansSC-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./NotoSansSC-Light.svg#NotoSansSC') format('svg'); /* Legacy iOS */

  }

  @font-face{
    font-family: 'SourceHanSansSC-Light';
    src : url('./NotoSansSC-Light.woff2') format('woff2');

    font-style: normal;
    font-weight: 300;
    src: url('./NotoSansSC-Light.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans SC Thin'), local('NotoSansSC-Thin'),
        url('./NotoSansSC-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./NotoSansSC-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('./NotoSansSC-Light.woff') format('woff'), /* Modern Browsers */
        url('./NotoSansSC-Light.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./NotoSansSC-Light.svg#NotoSansSC') format('svg'); /* Legacy iOS */

  }
  
  @font-face{
    font-family: 'SourceHanSansSC-Medium';
    font-style: normal;
    font-weight: 400;
    src: url('./NotoSansSC-Regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans SC Regular'), local('NotoSansSC-Regular'),
        url('./NotoSansSC-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./NotoSansSC-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('./NotoSansSC-Regular.woff') format('woff'), /* Modern Browsers */
        url('./NotoSansSC-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('./NotoSansSC-Regular.svg#NotoSansSC') format('svg'); /* Legacy iOS */
    
  }
  