Skip to content

"Do not hyphenate headings" option #10739

Answered by Frenzie
ichnilatis-gr asked this question in Q&A
Discussion options

You must be logged in to vote

The one that's there already does that, but perhaps the name is mildly deceptive.

id = "hyphenate_all_auto",
title = _("Allow hyphenation on all text"),
description = _("Allow hyphenation on all text (except headings), in case the publisher has disabled it."),
css = [[
* { hyphens: auto !important; }
h1, h2, h3, h4, h5, h6 { hyphens: none !important; }
]],

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ichnilatis-gr
Comment options

Answer selected by ichnilatis-gr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants