-
-
Save kinoshita-lab/efdcef5e8f4d0fe1a11cfa76a21b8cb6 to your computer and use it in GitHub Desktop.
obisidian personal css
This file contains hidden or 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
* { | |
font-size: 16px !important; | |
font-variant-caps: normal !important; | |
} | |
.markdown-preview-view h1 { | |
font-size: 40px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-1 { | |
font-size: 40px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.markdown-preview-view h2 { | |
font-size: 32px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-2 { | |
font-size: 32px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.markdown-preview-view h3 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-3 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.markdown-preview-view h4 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-4 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.markdown-preview-view h5 { | |
font-size: 25px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-5 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.markdown-preview-view h6 { | |
font-size: 25px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} | |
.HyperMD-header.HyperMD-header-6 { | |
font-size: 24px !important; | |
font-weight: bold !important; | |
letter-spacing: .1rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment