diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 0dd8fc993..033f7de02 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -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);