We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f709999 + 327eef9 commit 57ea2d8Copy full SHA for 57ea2d8
src/test/rustdoc-gui/module-items-font.goml
@@ -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