/*
 * Font         : aritaSans
 * License      :
 * Subset Maker : Studio-jt (KMS)
 * Version      : 1.0.0
 * description  :
 */



/* ************************************** *
 * aritaSans
 * ************************************** */
@font-face{
    font-family: 'aritaSans';
    font-style: normal;
    font-weight: 300;
    src: local('※'),
         url('../fonts/aritaSans/AritaSans-Thin.otf') format('opentype');
}

@font-face{
    font-family: 'aritaSans';
    font-style: normal;
    font-weight: 400;
    src: local('※'),
         url('../fonts/aritaSans/AritaSans-Light.otf') format('opentype');
}

@font-face{
    font-family: 'aritaSans';
    font-style: normal;
    font-weight: 500;
    src: local('※'),
         url('../fonts/aritaSans/AritaSans-Medium.otf') format('opentype');
}

@font-face{
    font-family: 'aritaSans';
    font-style: normal;
    font-weight: 600;
    src: local('※'),
         url('../fonts/aritaSans/AritaSans-Bold.otf') format('opentype');
}



/* ************************************** *
 * JT-FONT
 * ************************************** */
@font-face {
    font-family:'jt-font';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/jt-font/fonts/jt-font.eot);
    src: local("?"),
         url(../fonts/jt-font/fonts/jt-font.woff) format('woff');
}
