@font-face {
  font-family: '楷体';
  src: local('楷体'), local('KaiTi'),
    url('/intellisense-form/static/fonts/simkai.ttf');
}

@font-face {
  font-family: '黑体';
  src: local('黑体'), url('/intellisense-form/static/fonts/simhei.ttf');
}

@font-face {
  font-family: '宋体';
  src: local('宋体'), url('/intellisense-form/static/fonts/simsun.ttf');
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman'),
    url('/intellisense-form/static/fonts/times.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman'),
    url('/intellisense-form/static/fonts/timesbd.ttf');
  font-weight: bold;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman'),
    url('/intellisense-form/static/fonts/timesi.ttf');
  font-style: italic;
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman'),
    url('/intellisense-form/static/fonts/timesbi.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: '仿宋_GB2312';
  src: local('FS_GB2312'), local('FangSong'), local('仿宋'),
    url('/intellisense-form/static/fonts/FS_GB2312.ttf');
}
@font-face {
  font-family: '仿宋';
  src: local('FangSong'), local('仿宋'),
    url('/intellisense-form/static/fonts/FS_GB2312.ttf');
}
