0

I'm having a problem with my fonts on server, in Chrome everything look great, but in Mozilla and IE font is not loaded.

I understand that problem is in Apache configuration. But I tried all solutions with adding mime types to .htaccess, to mime.type and apache2.conf; added mod_headers settings to .htaccess - nothing helped.

What could be the problem?

My CSS code is:

@font-face {
  font-family: 'ProximaNovaCond-Reg';
  src: url('../fonts/ProximaNovaCond-Reg.eot');
  src: url('../fonts/ProximaNovaCond-Reg.woff') format('woff'),
  url('../fonts/ProximaNovaCond-Reg.ttf') format('truetype'),
  url('../fonts/ProximaNovaCond-Reg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

URL: http://demo2.even.lv/

Thanks.

no1lov3sme
  • 682
  • 1
  • 5
  • 14

0 Answers0