@font-face{
    font-family: 'hexo';
    font-display: swap;
    src: url('/font/hexo.ttf') format("truetype");
}
body {
    font-family: 'hexo';
}