@@ -56,32 +56,6 @@ xmlns="http://www.w3.org/2000/svg" fill="black" height="18px">\
56
56
font-display : swap;
57
57
}
58
58
59
- /* See SourceSerif4-LICENSE.md for the Source Serif 4 license. */
60
- @font-face {
61
- font-family : 'Source Serif 4' ;
62
- font-style : normal;
63
- font-weight : 400 ;
64
- src : local ('Source Serif 4' ),
65
- url ("SourceSerif4-Regular-6b053e98.ttf.woff2" ) format ("woff2" );
66
- font-display : swap;
67
- }
68
- @font-face {
69
- font-family : 'Source Serif 4' ;
70
- font-style : italic;
71
- font-weight : 400 ;
72
- src : local ('Source Serif 4 Italic' ),
73
- url ("SourceSerif4-It-ca3b17ed.ttf.woff2" ) format ("woff2" );
74
- font-display : swap;
75
- }
76
- @font-face {
77
- font-family : 'Source Serif 4' ;
78
- font-style : normal;
79
- font-weight : 700 ;
80
- src : local ('Source Serif 4 Bold' ),
81
- url ("SourceSerif4-Bold-6d4fd4c0.ttf.woff2" ) format ("woff2" );
82
- font-display : swap;
83
- }
84
-
85
59
/* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */
86
60
@font-face {
87
61
font-family : 'Source Code Pro' ;
@@ -124,7 +98,7 @@ xmlns="http://www.w3.org/2000/svg" fill="black" height="18px">\
124
98
body {
125
99
/* Line spacing at least 1.5 per Web Content Accessibility Guidelines
126
100
https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation.html */
127
- font : 1 rem/1.5 "Source Serif 4 " , NanumBarunGothic , serif;
101
+ font : 1 rem/1.5 "Fira Sans " , sans- serif;
128
102
margin : 0 ;
129
103
position : relative;
130
104
/* We use overflow-wrap: break-word for Safari, which doesn't recognize
@@ -234,26 +208,6 @@ h4.code-header {
234
208
margin : 0.6em 0 ;
235
209
}
236
210
237
- # crate-search ,
238
- h1 , h2 , h3 , h4 , h5 , h6 ,
239
- .sidebar ,
240
- .mobile-topbar ,
241
- .search-input ,
242
- .search-results .result-name ,
243
- .item-name > a ,
244
- .out-of-band ,
245
- .sub-heading ,
246
- span .since ,
247
- a .src ,
248
- rustdoc-toolbar ,
249
- summary .hideme ,
250
- .scraped-example-list ,
251
- .rustdoc-breadcrumbs ,
252
- /* This selector is for the items listed in the "all items" page. */
253
- ul .all-items {
254
- font-family : "Fira Sans" , Arial, NanumBarunGothic, sans-serif;
255
- }
256
-
257
211
# toggle-all-docs ,
258
212
a .anchor ,
259
213
.section-header a ,
0 commit comments