Fix bold/strong font weight in markdown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user