I have tried a few different ways to include the correct fonts in the CSS. I know that I need the eot version for the font to work on IE, but I can\'t get it to recognize i
This code should make it work.. if not, check your font URL (if it exists).
@font-face { font-family: 'BebasNeue'; src: url('fonts/BebasNeue.eot'); src: local('BebasNeue'), local('BebasNeue'), url('fonts/BebasNeue.eot') format('embedded-opentype'); }