@@ -56,32 +56,6 @@ xmlns="http://www.w3.org/2000/svg" fill="black" height="18px">\
5656 font-display : swap;
5757}
5858
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-
8559/* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */
8660@font-face {
8761 font-family : 'Source Code Pro' ;
@@ -124,7 +98,7 @@ xmlns="http://www.w3.org/2000/svg" fill="black" height="18px">\
12498body {
12599 /* Line spacing at least 1.5 per Web Content Accessibility Guidelines
126100 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;
128102 margin : 0 ;
129103 position : relative;
130104 /* We use overflow-wrap: break-word for Safari, which doesn't recognize
@@ -234,26 +208,6 @@ h4.code-header {
234208 margin : 0.6em 0 ;
235209}
236210
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-
257211# toggle-all-docs ,
258212a .anchor ,
259213.section-header a ,
0 commit comments