﻿@font-face {
    font-family: 'AlimamaFangYuanTiVF';
    /* 定义字体名称 */
    src: url('../font/AlimamaFangYuanTiVF-Thin.woff2') format('woff2'),
        url('../font/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
        /* 指定字体路径及类型 */
        url('../font/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    /* 旧版Safari, Android, iOS */
    font-weight: bold;
    /* 设置粗细等属性 */
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansSC-Medium";
    src: url("../font/SourceHanSansSC-Medium.eot"); /* IE9 */
    src: url("../font/SourceHanSansSC-Medium.woff") format("woff"), /* chrome、firefox */
    url("../font/SourceHanSansSC-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("../font/SourceHanSansSC-Medium.svg") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}


