Fix bold/strong font weight in markdown

This commit is contained in:
Johannes Zellner
2026-02-05 21:57:20 +01:00
parent d6eb6d3e3e
commit 13b524e8a5
+4
View File
@@ -44,6 +44,10 @@ html, body {
height: 100%;
}
strong {
font-weight: var(--pankow-font-weight-bold);
}
h1, h2, h3, h4, h5 {
font-family: var(--font-family--header);
font-weight: var(--pankow-font-weight-bold);