@font-face {
    font-family: 'mitresquareregular';
    src: url('mitresqu_a-webfont.eot');
    src: url('mitresqu_a-webfont.eot?#iefix') format('embedded-opentype'),
         url('mitresqu_a-webfont.woff') format('woff'),
         url('mitresqu_a-webfont.ttf') format('truetype'),
         url('mitresqu_a-webfont.svg#mitresquareregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
 font-family: MyCustomFont;
 src: url("Century_Gothic.eot");
 src: url("Century_Gothic.ttf");
}