_typography.css 411 B

12345678910111213
  1. /* resources/css/base/_typography.css
  2. 全站基础排版。
  3. Noto Serif 已在 library.css 入口处 @import,此处只设置使用规则。
  4. */
  5. /* 正文衬线字体作用域由各 module 自行声明(如 .wiki-content-body)。
  6. 全站默认保持 Tabler 的 sans-serif 体系,不在此全局覆盖。 */
  7. /* 标题基础 */
  8. h1, h2, h3, h4, h5, h6 {
  9. line-height: 1.3;
  10. font-weight: 600;
  11. }