﻿/* 定义字体 */
@font-face {
    font-family: '黑体';
    src: url('/font/heiti.ttf') format('truetype');
}

@font-face {
    font-family: '毛笔';
    src: url('/font/maobi.TTF') format('truetype');
}

@font-face {
    font-family: '硬笔';
    src: url('/font/yingbi.TTF') format('truetype');
}

@font-face {
    font-family: '琥珀';
    src: url('/font/hupo.TTF') format('truetype');
}

@font-face {
    font-family: '彩云';
    src: url('/font/caiyun.TTF') format('truetype');
}

@font-face {
    font-family: '细圆';
    src: url('/font/xiyuan.ttf') format('truetype');
}

@font-face {
    font-family: '大宋';
    src: url('/font/dasong.ttf') format('truetype');
}