about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-08-30 13:45:17 -0700
committerCamelid <camelidcamel@gmail.com>2020-09-01 13:41:56 -0700
commitc86d249e94ae45fff1c882c98d85aaf49133f0b6 (patch)
tree012cf3b42d92d02cbc592bc0a67cf4ee58ed9f1b /src/test
parent397db054cb1f3d98e3d2809d25c60f1979cd5a97 (diff)
downloadrust-c86d249e94ae45fff1c882c98d85aaf49133f0b6.tar.gz
rust-c86d249e94ae45fff1c882c98d85aaf49133f0b6.zip
Use "Fira Sans" for crate list font
Fira Sans is what's used for module lists and other item lists.
Previously, the default body font, "Source Serif Pro", was used for
crate lists, which didn't visually match other item lists.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/rustdoc/index-page.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/index-page.rs b/src/test/rustdoc/index-page.rs
index f0476f083b8..be668a1276a 100644
--- a/src/test/rustdoc/index-page.rs
+++ b/src/test/rustdoc/index-page.rs
@@ -6,6 +6,6 @@
 
 // @has foo/../index.html
 // @has - '//span[@class="in-band"]' 'List of all crates'
-// @has - '//ul[@class="mod"]//a[@href="foo/index.html"]' 'foo'
-// @has - '//ul[@class="mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
+// @has - '//ul[@class="crate mod"]//a[@href="foo/index.html"]' 'foo'
+// @has - '//ul[@class="crate mod"]//a[@href="all_item_types/index.html"]' 'all_item_types'
 pub struct Foo;