Skip to content

Commit 57ea2d8

Browse files
authored
Rollup merge of #87398 - GuillaumeGomez:test-font-module-items, r=notriddle
Add test for fonts used for module items Fixes #85632. r? `@notriddle`
2 parents f709999 + 327eef9 commit 57ea2d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This test checks that the correct font is used on module items (in index.html pages).
2+
goto: file://|DOC_PATH|/test_docs/index.html
3+
assert-css: (".item-table .module-item a", {"font-family": '"Fira Sans", Arial, sans-serif'}, ALL)
4+
assert-css: (".item-table .docblock-short", {"font-family": '"Source Serif 4", "Noto Sans KR", serif'}, ALL)

0 commit comments

Comments
 (0)