MacBookPro.lan 2026-4-17:4:44:26

This commit is contained in:
oskar
2026-04-17 04:44:27 +02:00
parent f2aaa00fa9
commit 474a4a3a12
5 changed files with 23 additions and 6 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
"headers",
"omts-Tasks - Compact",
"popup_preview_size",
"linktree"
"linktree",
"pdf_export"
],
"interfaceFontFamily": "CMU Bright,CMU Serif,FiraCode Nerd Font",
"textFontFamily": "CMU Sans Serif,CMU Serif,FiraCode Nerd Font",
+2 -1
View File
@@ -39,5 +39,6 @@
"templater-obsidian",
"link-tree",
"obsidian-sequence-hotkeys",
"notebook-navigator"
"notebook-navigator",
"obsidian-pandoc"
]
+9
View File
@@ -0,0 +1,9 @@
@media print {
.markdown-preview-view {
/* font-family: georgia, serif !important; */
font-family: "CMU Serif", serif;
}
}