-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
accessibilitytheme's or documentation site's accessibilitytheme's or documentation site's accessibilityenhancementNew feature or requestNew feature or request
Description
Describe the problem you'd like to have solved
All the heading tags (h1
, h2
, etc.) are rendered as the same font size. This is different than how most browsers render the tags. Usually h1
is larger than h2
which is larger than h3
etc. Scaled heading sizes can make the page easier to read.
Describe the ideal solution
Add a new feature which can be enabled/disabled. The feature could be named style.headings.scaled
Alternatives and current work-arounds
- override the theme and extend the
extrahead
block: Override Theme Example mkdocs-demo#37 - use the
extra_css
option: Override CSS Example mkdocs-demo#36
Additional context
hudsonm62
Metadata
Metadata
Assignees
Labels
accessibilitytheme's or documentation site's accessibilitytheme's or documentation site's accessibilityenhancementNew feature or requestNew feature or request