@@ -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 ) {
@@ -1518,7 +1526,6 @@ input:checked + .slider {
1518
1526
}
1519
1527
1520
1528
# help-button > button {
1521
- font-family : "Fira Sans" , Arial, sans-serif;
1522
1529
text-align : center;
1523
1530
/* Rare exception to specifying font sizes in rem. Since this is acting
1524
1531
as an icon, it's okay to specify their sizes in pixels. */
@@ -1690,7 +1697,6 @@ details.rustdoc-toggle.top-doc > summary,
1690
1697
details .rustdoc-toggle .top-doc > summary ::before ,
1691
1698
details .rustdoc-toggle .non-exhaustive > summary ,
1692
1699
details .rustdoc-toggle .non-exhaustive > summary ::before {
1693
- font-family : 'Fira Sans' ;
1694
1700
font-size : 1rem ;
1695
1701
}
1696
1702
@@ -2176,10 +2182,6 @@ in storage.js plus the media query with (min-width: 701px)
2176
2182
border-radius : 50px ;
2177
2183
}
2178
2184
2179
- .scraped-example-title {
2180
- font-family : 'Fira Sans' ;
2181
- }
2182
-
2183
2185
.scraped-example .code-wrapper {
2184
2186
position : relative;
2185
2187
display : flex;
@@ -2283,10 +2285,6 @@ in storage.js plus the media query with (min-width: 701px)
2283
2285
cursor : pointer;
2284
2286
}
2285
2287
2286
- .more-examples-toggle summary , .more-examples-toggle .hide-more {
2287
- font-family : 'Fira Sans' ;
2288
- }
2289
-
2290
2288
.more-scraped-examples {
2291
2289
margin-left : 5px ;
2292
2290
display : flex;
@@ -2321,7 +2319,6 @@ in storage.js plus the media query with (min-width: 701px)
2321
2319
2322
2320
.example-links a {
2323
2321
margin-top : 20px ;
2324
- font-family : 'Fira Sans' ;
2325
2322
}
2326
2323
2327
2324
.example-links ul {
0 commit comments