/* 字体css */
@font-face {
    font-family: 'hhh'; /* 自定义字体名称 */
    font-display: swap;
    src: url('ttf/hhh.ttf') format('truetype'); /* 字体文件路径 */
  }
  