@font-face {
font-family: 'century_gothic'; /* si puņ scrivere il nome che si vuole basta che sia lo stesso che compare poi nell'attributo local */
src: url('century_gothic.eot');
src: local('century_gothic'), url('century_gothic.ttf') format('truetype'); /* nell'attributo local stesso nome dichiarato in font-family */
}

@font-face {
font-family: 'century_gothic_bold';
src: url('century_gothic_bold.eot');
src: local('century_gothic_bold'), url('century_gothic_bold.ttf') format('truetype');
}