@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowLight.eot');
    src: local('../fonts/BarlowLight'), local('../fonts/BarlowLight'), 
         url('../fonts/BarlowLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BarlowLight.woff') format('woff'),
         url('../fonts/BarlowLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/BarlowBold.eot');
    src: local('../fonts/BarlowBold'), local('../fonts/BarlowBold'), 
         url('../fonts/BarlowBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BarlowBold.woff') format('woff'),
         url('../fonts/BarlowBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
