How to change the font size in colaboratory (colab research)?

Viewed 18055

I am finding the font size in colaboratory (colab research) too small. Is there a way to change the font size for code editor? I tried the "Preferences" but don't see an option for font size.

3 Answers

The font size cannot be adjusted in Colab itself, but most if not all modern browsers allow you to adjust the font size site-wide. For most browsers, pressing Ctrl + (on windows/linux) or Cmd + (on Mac/OSX) will do this.

In case of chrome browser, you can install the extension called 'advanced font setting'. Then change font type or size of the fixed-width fonts with this plug-in.

In case of other browsers like Firefox, similar approaches may be possible.

plugin capture

In colab Menus: Tools> Settings> Editor> Font Size

Related