Skip to content

Instantly share code, notes, and snippets.

@itsdavidmorgan
Created November 19, 2018 19:40
Show Gist options
  • Save itsdavidmorgan/d74a52e87d0a6d433636fa24f3a6fc0e to your computer and use it in GitHub Desktop.
Save itsdavidmorgan/d74a52e87d0a6d433636fa24f3a6fc0e to your computer and use it in GitHub Desktop.
Gutenberg Editor Heading Style
.edit-post-visual-editor h2.editor-rich-text__tinymce {
font-family: Arial, sans-serif;
font-size: 32px;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment