/* 定义字体 */
@font-face {
    font-family: 'YSHST'; /* 自定义字体名称 */
    src: url('./yshst.ttf') format('truetype'); /* 字体文件路径 */
    font-weight: normal;
    font-style: normal;
}
