為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

PDF hard to read

  • 14 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 rsilve4

more options

Just downloaded the latest version of Firefox (61.0) for my MacBook Pro and I am having a very hard time reading the font on PDFs that I want to view. They look perfect on Safari, but when I open them on Firefox, I get something that looks like the screenshot below. Any tips? I really want to use Firefox for my grad school work and this glitch isn't helping.

Just downloaded the latest version of Firefox (61.0) for my MacBook Pro and I am having a very hard time reading the font on PDFs that I want to view. They look perfect on Safari, but when I open them on Firefox, I get something that looks like the screenshot below. Any tips? I really want to use Firefox for my grad school work and this glitch isn't helping.

所有回覆 (14)

more options

Here's the screenshot; it wouldn't upload the first time.

more options

Can you identify the that is used with the Inspector?

You can check the font used for selected text in the Font tab in the right pane of the Inspector.

Note that this is not about the font-family CSS rule, but about the font that Firefox actually uses as shown in the Font tab.

more options

This one, I think: https://www.sciencedirect.com/science/article/pii/S0273230013001530?via%3Dihub (or in HTML format, https://www.ncbi.nlm.nih.gov/pmc/arti.../PMC5355211/)

The letters are more reasonably spaced when I view it on Windows (first screenshot attached).

When I check the fonts in Acrobat, they are embedded Adobe Type 1 fonts, with the body in "Adv Gulliv" (second screenshot attached).

I'm not sure why I get such a different result.

由 jscher2000 - Support Volunteer 於 修改

more options

The inspector doesn't specify the font, but my default font in Firefox is Times New Roman 12. Here is what the inspector says:

= element {

   left: 71.055px;
   top: 297.055px;
   font-size: 22.4158px;
   font-family: serif;
   transform: scaleX(0.86689);

} .textLayer > div {

   color: transparent;
   position: absolute;
   white-space: pre;
   cursor: text;
   transform-origin: 0% 0%;

}

  • {
   padding: 0;
   margin: 0;

} .textLayer {

   line-height: 1.0;

} .pdfViewer .page {

   direction: ltr;

} body, input, button, select {

   font: message-box;
       font-size: ;
       line-height: normal;
       font-family: ;

}

root {
   --sidebar-width: 200px;

} html {

   font-size: 10px;
more options

Unfortunately, the Inspector cannot pierce the background layer, which is an HTML canvas. Although Times New Roman is used for the searchable text layer, that layer is normally transparent unless search is used. I'm not sure it would help to make that layer visible because the viewer does try to emulate the background appearance...

more options

The Fonts tab in the Inspector still shows what font is used for a specific text fragment

more options

I don't see any font info in the Inspector view; just that the font family is serif. I think I have to switch browsers; nothing fixes it, even the Literal add on.

more options

The right pane in the Inspector has a tab for showing the font thst is used. This tab might be hidden in an overflow drop-down list.

more options

Maybe the font is "message-box"? That's what it says next to font.

more options

Can you please attach a screenshot of the Font panel/tab in the right pane of the Inspector?

more options

I am viewing these through Blackboard; maybe that has something to do with it.

more options

Here's a screenshot. Thanks for taking the time on it.

more options

The screenshot doesn't show the content of the Fonts tab. If you look at the screenshot then you will notice a bar with some tabs in the right pane. Rules is currently selected, but at the far right you see Fonts.

more options

Oh, I see. Thanks for directing me; here is a screenshot of the fonts.