Skip to content

Commit 35dd4b6

Browse files
committed
fix font on admonitions
1 parent 524ed09 commit 35dd4b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/oap/doc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,26 +452,31 @@
452452
.doc .admonitionblock td.icon i.icon-caution {
453453
background-color: var(--caution-color);
454454
color: var(--caution-on-color);
455+
font-family: inherit;
455456
}
456457

457458
.doc .admonitionblock td.icon i.icon-important {
458459
background-color: var(--important-color);
459460
color: var(--important-on-color);
461+
font-family: inherit;
460462
}
461463

462464
.doc .admonitionblock td.icon i.icon-note {
463465
background-color: var(--note-color);
464466
color: var(--note-on-color);
467+
font-family: inherit;
465468
}
466469

467470
.doc .admonitionblock td.icon i.icon-tip {
468471
background-color: var(--tip-color);
469472
color: var(--tip-on-color);
473+
font-family: inherit;
470474
}
471475

472476
.doc .admonitionblock td.icon i.icon-warning {
473477
background-color: var(--warning-color);
474478
color: var(--warning-on-color);
479+
font-family: inherit;
475480
}
476481

477482
.doc .imageblock,

0 commit comments

Comments
 (0)