לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How can I disable ligatures and still allow pages to use their own fonts?

  • 6 תגובות
  • 0 have this problem
  • תגובה אחרונה מאת RandomTroll

more options

I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligatures. The cures proposed have involved forbidding pages to use their own fonts. Is there another way?

I often save to PDF or mark text then transfer it into a document. Firefox renders many letter combinations as ligatures: ff, fi, ffi, fl, and more. I don't want ligatures. The cures proposed have involved forbidding pages to use their own fonts. Is there another way?

פתרון נבחר

You can override CSS rules supplied by the webpage with your own rules in userContent.css by appending the "!important" flag to each property value.

Read this answer in context 👍 0

כל התגובות (6)

more options

You could possibly use code in userContent.css to disable ligatures.


More info about userChrome.css/userContent.css in case you are not familiar:

You need to set this pref to true in about:config to enable userChrome.css and userContent.css in Firefox 69+.

Helpful?

more options

I'm talking about pages authored by others, not myself.

Helpful?

more options

פתרון נבחר

You can override CSS rules supplied by the webpage with your own rules in userContent.css by appending the "!important" flag to each property value.

Helpful?

more options

Thanks. I've never written a CSS so I took a minute to figure it out. For those as slow as I am:

body{

   font-variant-ligatures:	none; !important

}

in chrome/userContent.css

It annoys me that it's in the 'chrome' subdirectory, a subdirectory I didn't have until now. Why doesn't Firefox have its own?

Helpful?

more options

Firefox uses the "chrome://" protocol to access its internal files and use chrome in other cases like userChrome.css/userContent.css (no relation with Google Chrome).

Helpful?

more options

Thanks. Chrome seems like a poor choice of words. What is it supposed to mean? And why use ligatures inappropriately? Many instances of ff and ffi in English aren't ligatures - one knows because the word should be separately into syllables by dividing them there; one can't do that with 'real' ligatures such as æ and œ.

Helpful?

פרסום שאלה

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.