@font-face {
    font-family: 'tzy';
    /* 字体名自定义即可 */
    /* src: url('https://cdn.jsdelivr.net/gh/tzy13755126023/BLOG_SOURCE/font/ZhuZiAWan.woff2'); */
    src: url('https://npm.elemecdn.com/ethan4116-blog/lib/font/ZhuZiAWan.ttf');
    /* 字体文件路径 */
    font-display: swap;
}

/* 自定义字体 用途：首页大标题，页面左上角log */
@font-face {
    font-family: 'hmyyjxd';
    src: url('https://smart-blog.oss-cn-wulanchabu.aliyuncs.com/file/common/font/1574926947.woff2') format('woff2'),
        url('https://smart-blog.oss-cn-wulanchabu.aliyuncs.com/file/common/font/1574926947.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
.gitcalendar {
    font-family: tzy !important;
}


