@font-face {
    font-family: 'didot';
    
    src: 	url('../fonts/didot.eot'); /* IE9 Compat Modes */
    src: 	url('../fonts/didot.ttf') format("truetype"),
    		url('../fonts/didot.woff') format("woff");

    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'didot';
    
    src: 	url('../fonts/didot-italic.eot'); /* IE9 Compat Modes */
    src: 	url('../fonts/didot-italic.ttf') format("truetype"),
    		url('../fonts/didot-italic.woff') format("woff");

    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: 'didot';
    
    src: 	url('../fonts/didot-bold.eot'); /* IE9 Compat Modes */
    src: 	url('../fonts/didot-bold.ttf') format("truetype"),
    		url('../fonts/didot-bold.woff') format("woff");

    font-style: normal;
    font-weight: bold;
}