How to inherit system fonts in user.js or userChrome.css?

User Help for Mozilla Firefox
Post Reply
User avatar
ineuw
Posts: 743
Joined: March 19th, 2006, 4:17 pm
Location: Québec, Canada

How to inherit system fonts in user.js or userChrome.css?

Post by ineuw »

I am using a generic installation of Firefox 110 in /opt of Linux Mint Cinnamon 21.1, and would like to inherit the fonts selected in the System fonts. In userChrome.css, I am already inheriting the system font the toolbar and frame. Can anyone point to existing and currently valid info? Thanks.

Code: Select all

*{
    font-family:inherit;
    font-size:15.5px !important;
    text-shadow:none; !important;
}
Firefox 115.0.2 (default install) in Linux Mint 21.2 Cinnamon 64 bit, updated on 2023-07-31 00:05
Post Reply