@font-face {
    font-family: 'Lmpact';
    src: url('../static/Lmpact.ttf') format('truetype');
    /* 在这里添加其他字体属性，比如字体样式、字重等 */
}

/* 你可以在其他样式中使用自定义字体 */
.number-font {
    font-family: 'Lmpact';
}
