Skip to content

Smaller font sizes for Markdown-generated titles

Sivert Olstad requested to merge markdown-smaller-title-fonts into main

Reduces the font sizes of Markdown-generated titles.

The font sizes for titles we have are great for general use around the website, but feel too large when rendering user-inputted content with Markdown (e.g. articles, events). This PR solves the problem by only reducing the font sizes for Markdown-generated titles.

h5 and h6 now has the same font size, but I think that's fine. If h6 is made any smaller it'll be smaller than normal text, and h4-h6 is essentially never used anyway.

Merge request reports