@font-face {
    font-family: 'FranklinGothicMedium';
    src: url('../font/Franklin-Gothic-Medium/franklin-gothic-medium-webfont.eot');
    src: url('../font/Franklin-Gothic-Medium/franklin-gothic-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Franklin-Gothic-Medium/franklin-gothic-medium-webfont.woff') format('woff'),
         url('../font/Franklin-Gothic-Medium/franklin-gothic-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.franklin-gothic-medium{
    font-family:'FranklinGothicMedium',Arial, Helvetica, sans-serif;
}
/*
@font-face {
    font-family: 'FranklinGothicDemi';
    src: url('../font/Franklin-Gothic-Demi/franklin-gothic-demi-webfont.eot');
    src: url('../font/Franklin-Gothic-Demi/franklin-gothic-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Franklin-Gothic-Demi/franklin-gothic-demi-webfont.woff') format('woff'),
         url('../font/Franklin-Gothic-Demi/franklin-gothic-demi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.franklin-gothic-demi{
    font-family:'FranklinGothicDemi',Arial, Helvetica, sans-serif;
}
*/