/* noto-sans-sc-100 */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: 100;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  
/* noto-sans-sc-300 */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: 300;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  
/* noto-sans-sc-regular */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: regular;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  
/* noto-sans-sc-500 */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: 500;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  
/* noto-sans-sc-700 */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: 700;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  
/* noto-sans-sc-900 */
@font-face {
  font-family: 'noto sans sc';
  font-style: normal;
  font-weight: 900;
  src: ; /* ie9 compat modes */
  src: local('noto sans sc'), local('notosans sc-normal'),
        format('embedded-opentype'), /* ie6-ie8 */
        format('woff2'), /* super modern browsers */
        format('woff'), /* modern browsers */
        format('truetype'), /* safari, android, ios */
        format('svg'); /* legacy ios */
}
  