diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index 29858f7..7f1afef 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -23,6 +23,11 @@ body.channel-view * { font-family: "Iosevka Aile" !important; } +/* Todoist could use a proper font as well */ +html.theme_todoist body * { + font-family: "Iosevka Aile" !important; +} + body.qute-readability * { font-family: "IBM Plex Serif" !important; }