Reset to default font

After experiments with the font in the desktop app under linux , the appearance is disturbed. How can I reset it to the default settings?

Simply delete the hidden folder with the configuration joplin-desktop under ~ / .config.

The problem is that you will also delete all other Joplin settings by deleting the folder .config/joplin-desktop.

Just delete or update the row with key = style.editor.fontFamily in table settings:

  • Close Joplin.
  • Open .config/joplin-desktop/database.sqlite
  • Do one of the following 2:
    • update settings set value = '' where key = 'style.editor.fontFamily'
    • delete from settings where key = 'style.editor.fontFamily'
1 Like