I want to include a font of my choice in Firefox Reader View Styling.
Please let me know if Firefox uses a local CSS file for styling or it is located somewhere else?
Moreover What is the CSS File name Firefox uses for Reader View and how can I edit the same.
Thanks in Advance!
You find the CSS file for the "Firefox Reader View" under the path
cd /home/$USER/.mozilla/firefox/<PROFILE_FOLDER>/chrome/userContent.cssonly if you already did set it up:about:support.Show Folder.chrome.chromeand create a new plain-text file calleduserContent.cssuserContent.cssaccording to your CSS preferences.toolkit.legacyUserProfileCustomizations.stylesheetsinabout:config, cf. Firefox 69: userChrome.css and userContent.css disabled by default.In my case it looked like the following:
CSS-Example:
See this Reference for further explanations.