Skip to content

Commit edc5d36

Browse files
committed
Merge pull request #86 from odrotbohm
* pr/86: Set font family for admonition title Closes gh-86
2 parents aa2038e + f2c53c4 commit edc5d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/css/asciidoctor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@
424424
content: attr(title);
425425
text-transform: capitalize;
426426
filter: invert(100%);
427+
font-family: var(--font-family);
427428
font-weight: var(--asciidoctor-admonition-label-font-weight);
428429
color: var(--asciidoctor-admonition-font-color);
429430
font-style: normal;

0 commit comments

Comments
 (0)