﻿@charset "UTF-8";

@font-face {
  font-family: "SourceHanSerifCN_Regular";
  src: url("../../font/SourceHanSerifCN-Regular.otf");
  font-display: swap;
}

#articleContent * {
  font-family: "SourceHanSerifCN_Regular", "Microsoft YaHei", "微软雅黑" !important;
}