Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Font size on the browser itself (not the pages it shows)

  • 9 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 55 προβολές
  • Τελευταία απάντηση από jscher2000 - Support Volunteer

more options

With the upgrade to FF 89, the font used to display text on the browser itself (not the webpages it displays) has changed to be a thinner and possibly smaller font. My eyes do not like this!

I need to be able to either make it bold, or make it larger, or possibly both. I have tried changing the font in the settings page, but that seems to only apply to webpages, which is not what i need.

I'm running win 10 on a Toshiba Satellite laptop and Firefox v.89.

Thank you for any suggestions.

Ivy

With the upgrade to FF 89, the font used to display text on the browser itself (not the webpages it displays) has changed to be a thinner and possibly smaller font. My eyes do not like this! I need to be able to either make it bold, or make it larger, or possibly both. I have tried changing the font in the settings page, but that seems to only apply to webpages, which is not what i need. I'm running win 10 on a Toshiba Satellite laptop and Firefox v.89. Thank you for any suggestions. Ivy

Επιλεγμένη λύση

Just for reference, what is the default font size?

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (10)

more options

There is a an "advanced preference" which you can change. In a new tab enter about:config in the url bar, accept the risk and find this setting: layout.css.devPixelsPerPx The default value is -1.0. You could try changing that in increments of .5. A value of 1.0 may suit you. If that doesn't help, you can use a file called userChrome.css which you would create with a text editor. Are you willing to do that?

more options

Thanks TerryN21. I tried a range of values from -3.0 to 2.0 and it just got smaller, with the smallest being at 2.0, and -3.0 not being any larger or smaller. I did restart the browser between each setting.

Is there any negative implication to using userChrome.css? If not, I'm not averse to trying that.

Ivy

more options

I don't know of any negative implication. I have been using a userChrome file for 15+ years. https://www.userchrome.org/how-create-userchrome-css.html

I have the following code to increase fonts in the browser itself. The marks /* */ around the first line indicate that line is comment, not code.

/* global font */
* {
  font-size: 13pt !important;
}

Τροποποιήθηκε στις από το χρήστη Terry

more options

Hi TerryN21,

What do I do with the file once I've created it?

Thanks, Ivy

more options

Oh, never mind, TerryN21 - I just noticed the link you posted!

more options

By the way, the forum modified that code, it should be:

TerryN21 said

I don't know of any negative implication. I have been using a userChrome file for 15+ years. https://www.userchrome.org/how-create-userchrome-css.html I have the following code to increase fonts in the browser itself. The marks /* */ around the first line indicate that line is comment, not code.
/* global font */
* {
  font-size: 13pt !important;
}
more options

Επιλεγμένη λύση

Just for reference, what is the default font size?

more options

Thanks All! That userChrome file worked!

more options

never mind - found it - OK, now that that's improved, I don't suppose you can tell me how to do the same for all of the apps I'm running?? :-))

Τροποποιήθηκε στις από το χρήστη ifasko

more options

gyaltnnh said

Just for reference, what is the default font size?

On Windows, tabs use the Segoe UI font at 12 pixels (3/4 of the default size used for web pages, which is 16 pixels). I don't know about Mac/Linux.