Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Need to increase UI font sizes

  • 13 replies
  • 2 have this problem
  • 522 views
  • Last reply by rockh1

more options

I've used Firefox since v1.0, so I obviously like it. As I have aged, it has become increasingly difficult for me to read the text in the interface. I was using TFaSC until it was banished. I did find some workarounds, but they don't address all features of the interface.

What I would like to see is a set of simple buttons on a toolbar that increase or decrease the size of ALL text elements in the UI. Yes, I can increase the size by ctrl+mousewheel, but that means I have to scroll across the page. I would even settle for a script, although that isn't the ideal.

I've used Firefox since v1.0, so I obviously like it. As I have aged, it has become increasingly difficult for me to read the text in the interface. I was using TFaSC until it was banished. I did find some workarounds, but they don't address all features of the interface. What I would like to see is a set of simple buttons on a toolbar that increase or decrease the size of ALL text elements in the UI. Yes, I can increase the size by ctrl+mousewheel, but that means I have to scroll across the page. I would even settle for a script, although that isn't the ideal.
Attached screenshots

Chosen solution

There is a # missing before the last rule. Try replacing it with this:

#personal-bookmarks .toolbarbutton-text,
#personal-bookmarks .menu-iconic-text, 
#personal-bookmarks .openintabs-menuitem {
  font-size: 18px !important;
}

I switched from points (pt) to pixels (px). Points are a unit intended for print output and are based on 72 pixels per inch. It's not all that clear to me how that translates to the display.

Read this answer in context 👍 3

All Replies (13)

more options

https://addons.mozilla.org/en-US/firefox/addon/theme-font-size-changer/

Please let us know if this solved your issue or if need further assistance.

more options

As a starting point, have you adjusted Firefox's global scaling factor? It operates both on the user interface parts and on the web content, so if everything could use a boost, please give this a try:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste pix and pause while the list is filtered

(3) Double-click layout.css.devPixelsPerPx and change its value to 1.5 and click OK. This translates to 150% of the standard 96 dots per inch from the days of lower resolution monitors. If that's too big, try 1.25 (125%) and if it's too small, try 2.0 (200%).

Be careful not to go below 1.0 or things may get unmanageably small.

Can you find a number that works well for you?

more options

It DOES increase the toolbar fonts, but not the menus under the smart bookmarks, which is my problem

more options

Oh, I see, in your original post you had a screenshot showing the titles of pages in an RSS feed.

Are you using any custom style rules that modify text sizes in the user interface? Those would have been saved in a userChrome.css file if there is no extension touching those areas.

more options

I forgot. I do have a userchrome.css file. Here it is:

/*

  • Do not remove the @namespace line -- it's required for correct functioning
*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/*

  • Make all the default font sizes eg:18px:
  • /
  * { font-size: 16px !important; }
  .tabbrowser-tab .tab-text {font-size: 16pt !important;}
   #urlbar {font-size: 16pt !important;}
   personal-bookmarks .bookmark-item > .toolbarbutton-text {font-size: 16pt !important;}

I do not show any extensions that affect font size

more options

The layout.css.devPixelsPerPx in about:config is set to 1.3

more options
more options

HMMM! Seems I found everything but what I need.Im willing to play with it, but I'm not sure what element I'm looking for.

It's truly a shame that FF57 broke theme and font size changer!

more options

Did you not see the link to Theme and Font Size Changer the very 1st post. Also in my 2nd post there is the link for Theme and Font Size Changerr CSS Code.

Please let us know if this solved your issue or if need further assistance.

more options

I saw it, and installed it. It was disabled in the add on manager. I'll try it again.

more options

Reinstalled TFSC, but it still doesn't work :(

more options

Chosen Solution

There is a # missing before the last rule. Try replacing it with this:

#personal-bookmarks .toolbarbutton-text,
#personal-bookmarks .menu-iconic-text, 
#personal-bookmarks .openintabs-menuitem {
  font-size: 18px !important;
}

I switched from points (pt) to pixels (px). Points are a unit intended for print output and are based on 72 pixels per inch. It's not all that clear to me how that translates to the display.

more options

That did it! Thank you so much. I was getting to the point of trying G****e Chrome!