Created
August 9, 2022 03:59
-
-
Save tildejustin/53c5b9177c1f5a01b44c0131bd9398af to your computer and use it in GitHub Desktop.
obsidian-things font sizing fix snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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