@font-face {
  font-family: 'GOTHAMBOOK';
  src: url('/home/font/GOTHAMBOOK.OTF');
}

@font-face {
  font-family: 'source-han-serif-cn-bold';
  src: url('/home/font/SOURCEHANSERIFCN-BOLD.OTF');
}

.en {
  font-family: 'GOTHAMBOOK';
  font-weight: 700;
}

.font-gotham-book {
  font-family: 'GOTHAMBOOK';
}

.font-source {
  font-family: 'source-han-serif-cn-bold';
}