/*
 * File       : font.css
 * Author     : STUDIO-JT (JUN,KMS)
 * Guideline  : JTstyle.1.1
 *
 * Dependency : none
 *
 * SUMMARY:
 * 1) Gotham
 * 2) FontAwesome (woocommerce)
 *
 */


/* ************************************** *
 * Gotham
 * ************************************** */
@font-face {
    font-family:'Gotham';
    font-style: normal;
    font-weight: 200;
    src: local("?"),
         url(../fonts/Gotham_Bundle_Web/Gotham-XLight_Web.woff2) format('woff2');
}



@font-face {
    font-family:'Gotham';
    font-style: normal;
    font-weight: 300;
    src: local("?"),
         url(../fonts/Gotham_Bundle_Web/Gotham-Light_Web.woff2) format('woff2');
}



@font-face {
    font-family:'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local("?"),
         url(../fonts/Gotham_Bundle_Web/Gotham-Medium_Web.woff2) format('woff2');
}



@font-face {
    font-family:'Gotham';
    font-style: normal;
    font-weight: 600;
    src: local("?"),
         url(../fonts/Gotham_Bundle_Web/Gotham-Bold_Web.woff2) format('woff2');
}




/* ************************************** *
 * FontAwesome (woocommerce)
 * ************************************** */
@font-face {
    font-family:'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Woocommerce/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/Woocommerce/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),
         url(../fonts/Woocommerce/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),
         url(../fonts/Woocommerce/fontawesome-webfont.woff?v=4.6.3) format("woff"),
         url(../fonts/Woocommerce/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),
         url(../fonts/Woocommerce/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
}




/* ************************************** *
 * JT-FONT
 * ************************************** */
@font-face {
    font-family:'jt-font';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/jt-font/v1.4/fonts/jt-font.eot);
    src: local("?"),
         url(../fonts/jt-font/v1.4/fonts/jt-font.woff) format('woff');
}

