@font-face {
    /* 为载入的字体取名字(随意) */
    font-family: 'YSHST';	
    /* 字体文件地址(相对或者绝对路径都可以) */
    src: url(/font/优设好身体.woff2);
    /* 定义加粗样式(加粗多少) */
    font-weight: normal;
    /* 定义字体样式(斜体/非斜体) */
    font-style: normal;
    /* 定义显示样式 */
    font-display: block;
  }
  /* 强制修正代码块折叠按钮居中 */
#article-container .highlight-tools .expand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 0 !important;
  height: 100% !important;
}
#article-container .highlight-tools .expand i {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}