搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 無回覆
  • 1 有這個問題
  • 4 次檢視
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; }