/* css for chosun.com webfont test */
/* cs fonts */
@font-face {
    font-family: '조선명조'; 
    src: url('//image.chosun.com/fonts/csf_01CSNM.eot') format('embedded-opentype'),
         url('//image.chosun.com/fonts/csf_01CSNM.woff') format('woff');
  }
  @font-face {
    font-family: '조선고딕'; 
    src: url('//image.chosun.com/fonts/csf_02CSNG.eot') format('embedded-opentype'),
         url('//image.chosun.com/fonts/csf_02CSNG.woff') format('woff');
  }
  @font-face {
    font-family: '조선중간명조'; 
    src: url('//image.chosun.com/fonts/csf_05CSNTM.eot') format('embedded-opentype'),
         url('//image.chosun.com/fonts/csf_05CSNTM.woff') format('woff');
  }
  @font-face {
    font-family: '조선중간고딕'; 
    src: url('//image.chosun.com/fonts/csf_06CSNTG.eot') format('embedded-opentype'),
         url('//image.chosun.com/fonts/csf_06CSNTG.woff') format('woff');
  }
  