Skip to content

Instantly share code, notes, and snippets.

@tildejustin
Created August 9, 2022 03:59
Show Gist options
  • Save tildejustin/53c5b9177c1f5a01b44c0131bd9398af to your computer and use it in GitHub Desktop.
Save tildejustin/53c5b9177c1f5a01b44c0131bd9398af to your computer and use it in GitHub Desktop.
obsidian-things font sizing fix snippet
body {
--font-adaptive-normal: var(--font-text-size) !important;
}
html {
font-size: !important;
}
body {
--preview-font-size: !important;
}
.CodeMirror,
.markdown-source-view,
.cm-s-obsidian {
font-size: var(--font-text-size) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment