It’s not an pretty solution, but if you’re running a trusted notebook then you can style the page from python:
from IPython.display import HTML
display(HTML('''<style>[data-mime-type="application/vnd.jupyter.stdout"] pre { font-size:20px}</style>'''))