ntno / mkdocs-terminal

monospace theme for MkDocs
https://ntno.github.io/mkdocs-terminal/
MIT License
96 stars 3 forks source link

scaled heading sizes #135

Open ntno opened 1 year ago

ntno commented 1 year ago

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

Additional context

W3 recommended heading sizes