Customize the font in Firefox reader mode
Customizing the font family used in Firefox reader mode is helpful to increase online reading experience. This can be achieved according to the following procedure.
- Open the address
about:support
in Firefox and open the profile folder.Fig. Open Firefox user profile folder from about:support
- If the folder
chrome
does not exist, create it. Then create a CSS fileuserContent.css
in thechrome
folder with the following contents as example, where I’ve adopted my favorite fontKaiTi
for reading Chinese articles andNoto Serif
for English contents..moz-reader-content { font-family: "KaiTi", "Noto Serif", "Times New Roman", serif; }
- Open
about:config
in Firefox and change the optiontoolkit.legacyUserProfileCustomizations.stylesheets
totrue
. - Restart Firefox to take effect.
If you want, more styles and features can be customized with the help of the Developer Tool in Firefox.