This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I change the font when using Simplify Page?

  • 1 svar
  • 1 har dette problemet
  • 1 view
  • Siste svar av cor-el

more options

Is there a way to change the font size when using Simplify Page for printing? Thanks

Is there a way to change the font size when using Simplify Page for printing? Thanks

All Replies (1)

more options

If this is done via a button on a web page then the website swaps the CSS files to render the page differently.

You would have to use code in userContent.css or use the Stylus extension to override the font properties set by the website via a @media print {} rule.

Add code to the userContent.css file.