@font-face { 
 font-family: inglobal; 
    src: url('/fonts/inglobal.eot');
    src: url('/fonts/inglobal.eot?#iefix') format('embedded-opentype'),
         url('/fonts/inglobal.woff') format('woff'),
         url('/fonts/inglobal.ttf') format('truetype'),
         url('/fonts/inglobal.svg#inglobal') format('svg');
 font-weight: normal;
 font-style: normal;
}    
@font-face { 
 font-family: inglobal; 
    src: url('/fonts/inglobalb.eot');
    src: url('/fonts/inglobalb.eot?#iefix') format('embedded-opentype'),
         url('/fonts/inglobalb.woff') format('woff'),
         url('/fonts/inglobalb.ttf') format('truetype'),
         url('/fonts/inglobalb.svg#inglobal') format('svg');
 font-weight: bold; 
 font-style: normal; 
}    

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { font-family: 'inglobal'; src: url('/fonts/inglobal.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'inglobal'; src: url('/fonts/inglobalb.svg') format('svg'); font-weight: bold; font-style: normal; }
}