firefox 57 font settings for mint

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ckonn
Level 3
Level 3
Posts: 180
Joined: Wed Oct 01, 2014 7:03 pm

firefox 57 font settings for mint

Post by ckonn »

hello,

I've been using the new firefox 57 for a few days now and it is very good!

just one thing - how can I sett the shrifts of the browser's menus to 'bold'?

I go to 'preferences' >> language and appearance >> fonts & colors but ... I can't find the 'bold' option!

some ideas?

thanks in advance
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: firefox 57 font settings for mint

Post by xenopeek »

ckonn wrote:I go to 'preferences' >> language and appearance >> fonts & colors but ... I can't find the 'bold' option!
That sets default fonts for websites, if the website itself doesn't set a font. It doesn't affect your browser menu.

You would have to try the font settings for system-wide, but that will affect a lot more than just menus and will affect all programs.
Image
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: firefox 57 font settings for mint

Post by Flemur »

ckonn wrote:just one thing - how can I sett the shrifts of the browser's menus to 'bold'?
I'm not sure how to set the confession to a priest be bold, but for the text in menus and other places, do this:

Make this file:
$HOME/.mozilla/firefox/<profile-name>/chrome/userChrome.css

With this content:

Code: Select all

/** Do not remove the @namespace line -- it's required for correct functioning **/
/* set default namespace to XUL */

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

/* Change ALL the FF GUI fonts */
 *  {
    font-size:      11pt        !important;
    font-family:    sans        !important;     /* */
    font-weight:    bold        !important;     /* */
    }
Change the font stuff as desired - maybe you only need the "weight".
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
Spearmint2
Level 16
Level 16
Posts: 6900
Joined: Sat May 04, 2013 1:41 pm
Location: Maryland, USA

Re: firefox 57 font settings for mint

Post by Spearmint2 »

https://github.com/Aris-t2/CustomCSSforFx/issues/2/

I installed this, from the same person who in previous firefox versions created the Classic Theme Restorer which was so useful in changing firefox settings. You can open the css files in text editor and change whatever you want. I put tabs back on bottom and made the close tab X larger, still have some other changes to make later.
All things go better with Mint. Mint julep, mint jelly, mint gum, candy mints, pillow mints, peppermint, chocolate mints, spearmint,....
Locked

Return to “Software & Applications”