﻿/*=== 作者：Distantmemory - 时间：2017年12月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 字体 ===*/
@font-face {
    
    font-family: "SourceSans";
    src: url("../fonts/sourcesanspro-regular.eot");
    src: url("../fonts/sourcesanspro-regular.eot") format("embedded-opentype"),
         url("../fonts/sourcesanspro-regular.woff2") format("woff2"),
         url("../fonts/sourcesanspro-regular.woff") format("woff"),
         url("../fonts/sourcesanspro-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "SourceCode";
    src: url("../fonts/sourcecodepro-regular.eot");
    src: url("../fonts/sourcecodepro-regular.eot") format("embedded-opentype"),
         url("../fonts/sourcecodepro-regular.woff2") format("woff2"),
         url("../fonts/sourcecodepro-regular.woff") format("woff"),
         url("../fonts/sourcecodepro-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "FuturaBook";
    src: url("../fonts/futurabook.eot");
    src: url("../fonts/futurabook.eot") format("embedded-opentype"),
         url("../fonts/futurabook.woff2") format("woff2"),
         url("../fonts/futurabook.woff") format("woff"),
         url("../fonts/futurabook.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}