This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/librustdoc/html/templates Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 66 < meta name ="generator " content ="rustdoc "> {# #}
77 < meta name ="description " content ="{{page.description}} "> {# #}
88 < title > {{page.title}}</ title > {# #}
9+ < script > if ( window . location . protocol !== "file:" ) document . write ( ` {# Hack to skip preloading fonts locally - see #98769 #}
910 <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}{{files.source_serif_4_regular}}"> {# #}
1011 <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}{{files.fira_sans_regular}}"> {# #}
1112 <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}{{files.fira_sans_medium}}"> {# #}
1213 <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}{{files.source_code_pro_regular}}"> {# #}
1314 <link rel="preload" as="font" type="font/woff2" crossorigin href="{{static_root_path|safe}}{{files.source_code_pro_semibold}}"> {# #}
15+ ` ) </ script > {# #}
1416 < link rel ="stylesheet " {#+ #}
1517 href ="{{static_root_path|safe}}{{files.normalize_css}} "> {# #}
1618 < link rel ="stylesheet " {#+ #}
You can’t perform that action at this time.
0 commit comments