@@ -216,6 +216,15 @@ details.rustdoc-toggle > summary::before,
216216div .impl-items > div : not (.docblock ): not (.item-info ),
217217.content ul .crate a .crate ,
218218a .srclink ,
219+ # main-content > .since ,
220+ # help-button > button ,
221+ details .rustdoc-toggle .top-doc > summary ,
222+ details .rustdoc-toggle .top-doc > summary ::before ,
223+ details .rustdoc-toggle .non-exhaustive > summary ,
224+ details .rustdoc-toggle .non-exhaustive > summary ::before ,
225+ .scraped-example-title ,
226+ .more-examples-toggle summary , .more-examples-toggle .hide-more ,
227+ .example-links a ,
219228/* This selector is for the items listed in the "all items" page. */
220229# main-content > ul .docblock > li > a {
221230 font-family : "Fira Sans" , Arial, NanumBarunGothic, sans-serif;
@@ -702,7 +711,6 @@ pre, .rustdoc.source .example-wrap {
702711}
703712# main-content > .since {
704713 top : inherit;
705- font-family : "Fira Sans" , Arial, sans-serif;
706714}
707715
708716.content table : not (.table-display ) {
@@ -1521,7 +1529,6 @@ input:checked + .slider {
15211529}
15221530
15231531# help-button > button {
1524- font-family : "Fira Sans" , Arial, sans-serif;
15251532 text-align : center;
15261533 /* Rare exception to specifying font sizes in rem. Since this is acting
15271534 as an icon, it's okay to specify their sizes in pixels. */
@@ -1693,7 +1700,6 @@ details.rustdoc-toggle.top-doc > summary,
16931700details .rustdoc-toggle .top-doc > summary ::before ,
16941701details .rustdoc-toggle .non-exhaustive > summary ,
16951702details .rustdoc-toggle .non-exhaustive > summary ::before {
1696- font-family : 'Fira Sans' ;
16971703 font-size : 1rem ;
16981704}
16991705
@@ -2179,10 +2185,6 @@ in storage.js plus the media query with (min-width: 701px)
21792185 border-radius : 50px ;
21802186}
21812187
2182- .scraped-example-title {
2183- font-family : 'Fira Sans' ;
2184- }
2185-
21862188.scraped-example .code-wrapper {
21872189 position : relative;
21882190 display : flex;
@@ -2286,10 +2288,6 @@ in storage.js plus the media query with (min-width: 701px)
22862288 cursor : pointer;
22872289}
22882290
2289- .more-examples-toggle summary , .more-examples-toggle .hide-more {
2290- font-family : 'Fira Sans' ;
2291- }
2292-
22932291.more-scraped-examples {
22942292 margin-left : 5px ;
22952293 display : flex;
@@ -2324,7 +2322,6 @@ in storage.js plus the media query with (min-width: 701px)
23242322
23252323.example-links a {
23262324 margin-top : 20px ;
2327- font-family : 'Fira Sans' ;
23282325}
23292326
23302327.example-links ul {
0 commit comments