@font-face {
  font-family: 'NotoSansHans-Light';
  font-style: normal;
  font-weight: normal;  
  src: local('NotoSansHans-Light'),
       url('NotoSansHans-Light.otf') format('opentype');
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: 'impact';
  font-style: normal;
  font-weight: normal;  
  src: local('impact'), 
       url('impact.ttf') format('opentype');
  text-rendering: optimizeLegibility;
}
