@font-face {
    font-family: 'song'; /* 重命名字体名 */
    src: url('song.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}