Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

i have bug rendering font: "Helvetica Condenced" only in Mozilla(48.0.1) resolution(1366x768)

  • No replies
  • 1 has this problem
  • 1 view
more options

rendering bug only in Mozilla on laptop(resolution 1366x768). In all other browser it's ok. @font-face {

   font-family: 'Helvetica_Condenced';
   src: url('../fonts/helvetic.eot');
   src: local(), url('../fonts/helvetic.woff') format('woff'), url('../fonts/helvetic.ttf') format('truetype'), url('../fonts/helvetic.svg') format('svg');

   font-weight: 400;
   font-style: normal;

}

rendering bug only in Mozilla on laptop(resolution 1366x768). In all other browser it's ok. @font-face { font-family: 'Helvetica_Condenced'; src: url('../fonts/helvetic.eot'); src: local(''), url('../fonts/helvetic.woff') format('woff'), url('../fonts/helvetic.ttf') format('truetype'), url('../fonts/helvetic.svg') format('svg'); font-weight: 400; font-style: normal; }