Skip to content

Instantly share code, notes, and snippets.

@elanora96
Last active September 5, 2025 21:44
Show Gist options
  • Select an option

  • Save elanora96/5efbfed7f06b87afe32be0b1b2450dd0 to your computer and use it in GitHub Desktop.

Select an option

Save elanora96/5efbfed7f06b87afe32be0b1b2450dd0 to your computer and use it in GitHub Desktop.
Todoist Linux Font Spacing Fix (uBlock Origin Filter)

Fix

Add this as a custom filter in uBo under My filters

app.todoist.com##body:style(font-family: "Helvetica,Arial,sans-serif" !important)

Why

Todoist Web on Linux... looks weird. The fonts are spaced out strangely and despite it being reported it hasn't been fixed in years

It appears to be font specific as disabling these bits of CSS

--font-family-regular: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Apple Color Emoji",Helvetica,Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"

body {
  font-family:  var(--font-family-regular)};
}

Fixes the issue on my machine

Strangely several of those fonts that I had to disable, seem to work alright on other sites? Yet when rendered on Todoist specifically the spacing is messed up on both Firefox and Chromium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment