Skip to content

Commit 327eef9

Browse files
Add test for fonts used for module items
1 parent 05f2326 commit 327eef9

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)