সহায়তা খুঁজুন

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)

  • কোনো জবাব নেই
  • 1 এই সমস্যাটি আছে
  • 6 দেখুন
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; }