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:supportin Firefox and open the profile folder.
    Fig. Open Firefox user profile folder from about:support
 - If the folder 
chromedoes not exist, create it. Then create a CSS fileuserContent.cssin thechromefolder with the following contents as example, where I’ve adopted my favorite fontKaiTifor reading Chinese articles andNoto Seriffor English contents..moz-reader-content { font-family: "KaiTi", "Noto Serif", "Times New Roman", serif; } - Open 
about:configin Firefox and change the optiontoolkit.legacyUserProfileCustomizations.stylesheetstotrue. - Restart Firefox to take effect.
 
If you want, more styles and features can be customized with the help of the Developer Tool in Firefox.