@charset "UTF-8";
/*@import "./sourcehansans/fontface.css";*/
/*@import "./Lato/fontface.css";*/
@import "./iconfont/iconfont.css";

/*Source_Han_Sans_SC*/
@font-face {
    font-family: Source_Han_Sans_SC;
    src: url('//simpleby.oss-cn-shanghai.aliyuncs.com/font/Source_Han_Sans_SC/Source_Han_Sans_SC_ExtraLight_ExtraLight.otf') format("opentype");
    font-weight: 100;
}

@font-face {
    font-family: Source_Han_Sans_SC;
    src: url('//simpleby.oss-cn-shanghai.aliyuncs.com/font/Source_Han_Sans_SC/Source_Han_Sans_SC_Light_Light.otf') format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: Source_Han_Sans_SC;
    src: url('//simpleby.oss-cn-shanghai.aliyuncs.com/font/Source_Han_Sans_SC/Source_Han_Sans_SC_Regular.otf') format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Source_Han_Sans_SC;
    src: url('//simpleby.oss-cn-shanghai.aliyuncs.com/font/Source_Han_Sans_SC/Source_Han_Sans_SC_Medium_Medium.otf') format("opentype");
    font-weight: 500;
}

/*Lato*/
@font-face {
    font-family: Lato;
    src: url('//simpleby.oss-cn-shanghai.aliyuncs.com/font/Lato/Lato-Hairline.ttf') format("truetype");
    font-weight: 100;
}

.lato{
    font-family: Lato, sans-serif;
}
