Large Font: Increase closed cards font size

Want to make your cards titles larger?
Try this simple script to increase the default font size on closed tasks:

  • medium-font.css gives your text a subtle size boost.
  • large-font.css makes it extra easy to read at a glance.

How to apply it?

To use the Large Font script, go to board Settings → Power-Ups → Developer Tools and paste either of the following links to the Enter links to the selected scripts area, and confirm by clicking the Save changes button.

/scripts/large-font/medium-font.css
/scripts/large-font/large-font.css

Prefer specifying the font size and type yourself?

You can! Instead of using Large Font, simply customize the below CSS to your preferred font family and size (use em or px values), then paste it to the CSS slot in Developer Tools.

.kt-task-body {font-family:"PT Serif" !important; font-size:2em !important;}

Rather increase all board elements?

You’re welcome to also adjust the board zoom in the Board Background settings to scale up the entire board view. No script links or CSS pasting required!