diff --git a/03-user/dotfiles/.config/joplin-desktop/settings.json b/03-user/dotfiles/.config/joplin-desktop/settings.json index 0b76918..7beb1cc 100644 --- a/03-user/dotfiles/.config/joplin-desktop/settings.json +++ b/03-user/dotfiles/.config/joplin-desktop/settings.json @@ -22,6 +22,7 @@ "todo_completed": true }, "notes.listRendererId": "compact", + "notes.showCheckboxCompletionChart": false, "markdown.plugin.softbreaks": false, "markdown.plugin.typographer": false, "showTrayIcon": true, diff --git a/03-user/dotfiles/.config/joplin-desktop/userchrome.css b/03-user/dotfiles/.config/joplin-desktop/userchrome.css index 39eb296..7f535bb 100644 --- a/03-user/dotfiles/.config/joplin-desktop/userchrome.css +++ b/03-user/dotfiles/.config/joplin-desktop/userchrome.css @@ -276,9 +276,9 @@ --g-icon-size-factor: 1; --g-font-family-system-rounded: "Adwaita Sans", var(--s-font-family-system); --g-font-family-system: "Adwaita Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; - --g-font-family-mono: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, + --g-font-family-mono: "Adwaita Mono", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - --g-font-family-icons: "Adwaita Sans"; + --g-font-family-icons: "SF Pro Display"; --g-font-size--1: 1.1rem; --g-font-size-0: 1.2rem; --g-font-size-1: 1.4rem; diff --git a/03-user/fonts/sf-pro/SF-Pro-Display-Regular.otf b/03-user/fonts/sf-pro/SF-Pro-Display-Regular.otf new file mode 100644 index 0000000..bdb0450 Binary files /dev/null and b/03-user/fonts/sf-pro/SF-Pro-Display-Regular.otf differ