@@ -216,6 +216,15 @@ details.rustdoc-toggle > summary::before,
216
216
div .impl-items > div : not (.docblock ): not (.item-info ),
217
217
.content ul .crate a .crate ,
218
218
a .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 ,
219
228
/* This selector is for the items listed in the "all items" page. */
220
229
# main-content > ul .docblock > li > a {
221
230
font-family : "Fira Sans" , Arial, NanumBarunGothic, sans-serif;
@@ -702,7 +711,6 @@ pre, .rustdoc.source .example-wrap {
702
711
}
703
712
# main-content > .since {
704
713
top : inherit;
705
- font-family : "Fira Sans" , Arial, sans-serif;
706
714
}
707
715
708
716
.content table : not (.table-display ) {
@@ -1521,7 +1529,6 @@ input:checked + .slider {
1521
1529
}
1522
1530
1523
1531
# help-button > button {
1524
- font-family : "Fira Sans" , Arial, sans-serif;
1525
1532
text-align : center;
1526
1533
/* Rare exception to specifying font sizes in rem. Since this is acting
1527
1534
as an icon, it's okay to specify their sizes in pixels. */
@@ -1693,7 +1700,6 @@ details.rustdoc-toggle.top-doc > summary,
1693
1700
details .rustdoc-toggle .top-doc > summary ::before ,
1694
1701
details .rustdoc-toggle .non-exhaustive > summary ,
1695
1702
details .rustdoc-toggle .non-exhaustive > summary ::before {
1696
- font-family : 'Fira Sans' ;
1697
1703
font-size : 1rem ;
1698
1704
}
1699
1705
@@ -2179,10 +2185,6 @@ in storage.js plus the media query with (min-width: 701px)
2179
2185
border-radius : 50px ;
2180
2186
}
2181
2187
2182
- .scraped-example-title {
2183
- font-family : 'Fira Sans' ;
2184
- }
2185
-
2186
2188
.scraped-example .code-wrapper {
2187
2189
position : relative;
2188
2190
display : flex;
@@ -2286,10 +2288,6 @@ in storage.js plus the media query with (min-width: 701px)
2286
2288
cursor : pointer;
2287
2289
}
2288
2290
2289
- .more-examples-toggle summary , .more-examples-toggle .hide-more {
2290
- font-family : 'Fira Sans' ;
2291
- }
2292
-
2293
2291
.more-scraped-examples {
2294
2292
margin-left : 5px ;
2295
2293
display : flex;
@@ -2324,7 +2322,6 @@ in storage.js plus the media query with (min-width: 701px)
2324
2322
2325
2323
.example-links a {
2326
2324
margin-top : 20px ;
2327
- font-family : 'Fira Sans' ;
2328
2325
}
2329
2326
2330
2327
.example-links ul {
0 commit comments