Closed JonasDoebertin closed 9 years ago
Currently, the headline styles are defined like this:
.wysiwyg-editor h2 { font-size: 1.6em; font-weight: bold; margin-bottom: 1em; } .wysiwyg-editor h3 { font-size: 1.2em; font-weight: bold; margin-bottom: 1em; }
While this is fine in most cases, users may specify different HTML heading tags to be used instead. To compensate for this, these styles should be injected dynamically.
Related article
Should be done with a0fe4ed77c936deeac7b93e5c7b6b1bc8e931241.
Currently, the headline styles are defined like this:
While this is fine in most cases, users may specify different HTML heading tags to be used instead. To compensate for this, these styles should be injected dynamically.