We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f2326 commit 327eef9Copy full SHA for 327eef9
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