﻿@font-face {
    font-family: 'CentraleSans-Book';
    src: url('../fonts/CentraleSans-Book.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'CentraleSans-Bold';
    src: url('../fonts/CentraleSans-Bold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'CentraleSans-Bold';
    src: url('../fonts/CentraleSans-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'CentraleSans-Light';
    src: url('../fonts/CentraleSans-Light.eot') format('embedded-opentype'), 
        url('../fonts/CentraleSans-Light.otf') format('opentype'), 
        url('../fonts/CentraleSans-Light.svg') format('svg'), 
        url('../fonts/CentraleSans-Light.ttf') format('truetype'), 
        url('../fonts/CentraleSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'CentraleSansCnd-Book';
    src: url('../fonts/CentraleSansCnd-Book.eot') format('embedded-opentype'), 
        url('../fonts/CentraleSansCnd-Book.otf') format('opentype'), 
        url('../fonts/CentraleSansCnd-Book.ttf') format('truetype'), 
        url('../fonts/CentraleSansCnd-Book.woff') format('woff');
}

@font-face {
    font-family: 'CentraleSansCnd-Bold';
    src: 
        /*url('../fonts/CentraleSansCnd-Bold.eot') format('embedded-opentype'),*/ 
        url('../fonts/CentraleSansCnd-Bold.otf') format('opentype'), 
        url('../fonts/CentraleSansCnd-Bold.ttf') format('truetype'), 
        url('../fonts/CentraleSansCnd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'CentraleSansCnd-Medium';
    src:
        /*url('../fonts/CentraleSansCnd-Medium.otf') format('embedded-opentype'),*/ 
        url('../fonts/CentraleSansCnd-Medium.otf') format('opentype'), 
        url('../fonts/CentraleSansCnd-Medium.ttf') format('truetype'), 
        url('../fonts/CentraleSansCnd-Medium.woff') format('woff');
}




