Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Fonts on websites are not defaulting to my preference they are all condensed

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi grisha219

more options

After the last 2 updates with Firefox the fonts have been condensed by default. When I go into the preferences and check default fonts it says Arial, I have even gone in and changed it to other san serif and serif fonts but it still condenses it. I go into Advanced and uncheck the box "Allow pages to choose their own fonts, instead of my selections above". This fixes most of the pages I can't read but then it messes other pages that actually do use a narrow font, like the timer app in freshbooks. Main sites I am using that this is messing with are wrike and dropbox. How do I fix this so it goes back to using the websites default fonts?

After the last 2 updates with Firefox the fonts have been condensed by default. When I go into the preferences and check default fonts it says Arial, I have even gone in and changed it to other san serif and serif fonts but it still condenses it. I go into Advanced and uncheck the box "Allow pages to choose their own fonts, instead of my selections above". This fixes most of the pages I can't read but then it messes other pages that actually do use a narrow font, like the timer app in freshbooks. Main sites I am using that this is messing with are wrike and dropbox. How do I fix this so it goes back to using the websites default fonts?
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

Dropbox uses the downloadable font "Open Sans" as its preferred typeface. (That's also the default font on this site.) The fallback font is Lucida Grande, then Segoe UI, and then Arial:

font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif

Since we know Arial looks normal in your Firefox, one of the previous three fonts may be corrupted. Could you:

(1) Clear Firefox's cache

See: How to clear the Firefox cache

If you have a large hard drive, this might take a few minutes. If you do not see the number going down on the page, you can reload it using Command+r to check progress.

(2) Check for a "local" copy of Open Sans that might be substituting for the downloaded version -- I don't know how to do this on a Mac

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (3)

more options

Here is the image of the same screenshot when I uncheck the box of wrike. Also 2 screenshots of the freshbook timer and dropbox.

more options

Giải pháp được chọn

Dropbox uses the downloadable font "Open Sans" as its preferred typeface. (That's also the default font on this site.) The fallback font is Lucida Grande, then Segoe UI, and then Arial:

font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif

Since we know Arial looks normal in your Firefox, one of the previous three fonts may be corrupted. Could you:

(1) Clear Firefox's cache

See: How to clear the Firefox cache

If you have a large hard drive, this might take a few minutes. If you do not see the number going down on the page, you can reload it using Command+r to check progress.

(2) Check for a "local" copy of Open Sans that might be substituting for the downloaded version -- I don't know how to do this on a Mac

more options

I had a local copy of Open Sans.

On mac, I opened Font Book and searched for it then "Removed Family"

Thank you!