Skip to content

Commit f2c53c4

Browse files
odrotbohmphilwebb
authored andcommitted
Set font family for admonition title
See gh-86
1 parent aa2038e commit f2c53c4

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)