I have followed numerous tutorials on embedding fonts and everything works great except in Internet Explorer.
Below is the CSS code I'm using:
Like I said, it all works in every browser except IE. Does anyone know how to embed fonts so IE displays them???Code:@font-face { font-family: 'Ch'; src: url('../Fonts/Champagne.eot');/* IE */ src: local('Champagne&LimousinesRegular'), url('../Fonts/Champagne.ttf') format('truetype'); }


Reply With Quote
Bookmarks