@font-face {
    font-family: 'CustomFont';
    src: url('https://gitee.com/mkconlife/mydatabase/raw/master/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'CustomFont', sans-serif;
}
