Skip to content

Instantly share code, notes, and snippets.

@dctremblay
Created May 18, 2024 23:57
Show Gist options
  • Save dctremblay/7595a7fc2369d0d300e3d28f16ab6eda to your computer and use it in GitHub Desktop.
Save dctremblay/7595a7fc2369d0d300e3d28f16ab6eda to your computer and use it in GitHub Desktop.
Joplin WYSIWYG editor headers enhancements
h1 {
font-size: 3em!important;
}
h2 {
font-size: 2em!important;
}
h3 {
font-size: 1.2em!important;
}
h4 {
font-size: 0.9em!important;
}
h1, h2, h3, h4 {
line-height: 1em!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment