@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'cn_font';
  src: url('PMingLiU.ttf') format('truetype');
}

body {
  font-family: 'cn_font' !important;
}
