My webfonts aren't working in firefox https mode or regular, but they work in safari and chrome. Any ideas how I can fix this?
Here is my css:
@font-face {font-family: 'ProximaNovaA-Regular';
src: url('/webfonts/25A345_13_0.eot');
src: url('/webfonts/25A345_13_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/25A345_13_0.woff') format('woff'),url('webfonts/25A345_13_0.ttf') format('truetype');
}


Reply With Quote
