@charset "utf-8";

/*
* Noto Sans KR (korean) http://fonts.googleapis.com/earlyaccess/notosanskr.css
*/

@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url('fonts/notokr-thin.eot');
    src: url('fonts/notokr-thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/notokr-thin.woff2') format('woff2'),
         url('fonts/notokr-thin.woff') format('woff'),
         url('fonts/notokr-thin.ttf') format('truetype'),
         url('fonts/notokr-thin.svg#notokr-thin') format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url('fonts/notokr-light.eot');
    src: url('fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/notokr-light.woff2') format('woff2'),
         url('fonts/notokr-light.woff') format('woff'),
         url('fonts/notokr-light.ttf') format('truetype'),
         url('fonts/notokr-light.svg#notokr-light') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url('fonts/notokr-medium.eot');
    src: url('fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/notokr-medium.woff2') format('woff2'),
         url('fonts/notokr-medium.woff') format('woff'),
         url('fonts/notokr-medium.ttf') format('truetype'),
         url('fonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url('fonts/notokr-bold.eot');
    src: url('fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/notokr-bold.woff2') format('woff2'),
         url('fonts/notokr-bold.woff') format('woff'),
         url('fonts/notokr-bold.ttf') format('truetype'),
         url('fonts/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Noto Sans CJK TC';
    src: url('fonts/notokr-black.eot');
    src: url('fonts/notokr-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/notokr-black.woff2') format('woff2'),
         url('fonts/notokr-black.woff') format('woff'),
         url('fonts/notokr-black.ttf') format('truetype'),
         url('fonts/notokr-black.svg#notokr-black') format('svg');
    font-weight: 900;
    font-style: normal;

}



@font-face {  
    font-family: 'roboto';  
    src: url(fonts/Roboto-Thin.woff2) format('woff2'),
       url(fonts/Roboto-Thin.woff) format('woff'),
       url(fonts/Roboto-Thin.otf) format('opentype');
    font-style: normal;  
    font-weight: 100;
}
@font-face {  
    font-family: 'roboto';  
    src: url(fonts/Roboto-Light.woff2) format('woff2'),
       url(fonts/Roboto-Light.woff) format('woff'),
       url(fonts/Roboto-Light.otf) format('opentype');
    font-style: normal;  
    font-weight: 300;
}
@font-face {
    font-family: 'roboto';  
    src: url(fonts/Roboto-Regular.woff2) format('woff2'),
        url(fonts/Roboto-Regular.woff) format('woff'),
        url(fonts/Roboto-Regular.otf) format('opentype');  
    font-style: normal;   
    font-weight: 400;
}
@font-face {   
    font-family: 'roboto';   
    src: url(fonts/Roboto-Medium.woff2) format('woff2'),
        url(fonts/Roboto-Medium.woff) format('woff'),
        url(fonts/Roboto-Medium.otf) format('opentype'); 
    font-style: normal;   
    font-weight: 500;}
@font-face {
    font-family: 'roboto';
    src: url(fonts/Roboto-Bold.woff2) format('woff2'),
        url(fonts/Roboto-Bold.woff) format('woff'),
        url(fonts/Roboto-Bold.otf) format('opentype'); 
    font-style: normal;
    font-weight: 700;
}
