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 +4
-4
lines changed
src/librustdoc/html/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceCodePro-Regular.ttf.woff2 "> {#- -#}
1414 < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceSerif4-Bold.ttf.woff2 "> {#- -#}
1515 < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="{{static_root_path|safe}}SourceCodePro-Semibold.ttf.woff2 "> {#- -#}
16- < link rel ="stylesheet " type =" text/css " {# -#}
16+ < link rel ="stylesheet " {# -#}
1717 href ="{{static_root_path|safe}}normalize{{page.resource_suffix}}.css "> {#- -#}
18- < link rel ="stylesheet " type =" text/css " {# -#}
18+ < link rel ="stylesheet " {# -#}
1919 href ="{{static_root_path|safe}}rustdoc{{page.resource_suffix}}.css " {# -#}
2020 id ="mainThemeStyle "> {#- -#}
2121 {%- for theme in themes -%}
22- < link rel ="stylesheet " type =" text/css " {# -#}
22+ < link rel ="stylesheet " {# -#}
2323 href ="{{static_root_path|safe}}{{theme}}{{page.resource_suffix}}.css " {# -#}
2424 {%- if theme == "light " -%}
2525 id ="themeStyle "
5151 href ="{{static_root_path|safe}}noscript{{page.resource_suffix}}.css "> {#- -#}
5252 </ noscript > {#- -#}
5353 {%- if layout.css_file_extension.is_some() -%}
54- < link rel ="stylesheet " type =" text/css " {# -#}
54+ < link rel ="stylesheet " {# -#}
5555 href ="{{static_root_path|safe}}theme{{page.resource_suffix}}.css "> {#- -#}
5656 {%- endif -%}
5757 {%- if !layout.favicon.is_empty() -%}
You can’t perform that action at this time.
0 commit comments