]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/rustdoc.css
Revert "Update Source Code Pro and include italics"
[rust.git] / src / librustdoc / html / static / rustdoc.css
index b2c48bf089b1b242416451b7c95a16c91c83cec6..ca798931953b80cd6a4d2db52ca00c77d308bc31 100644 (file)
        font-weight: 400;
        /* Avoid using locally installed font because bad versions are in circulation:
         * see https://github.com/rust-lang/rust/issues/24355 */
-       src: url("SourceCodePro-Regular.ttf.woff") format('woff');
-}
-@font-face {
-       font-family: 'Source Code Pro';
-       font-style: italic;
-       font-weight: 400;
-       src: url("SourceCodePro-It.ttf.woff") format('woff');
+       src: url("SourceCodePro-Regular.woff") format('woff');
 }
 @font-face {
        font-family: 'Source Code Pro';
        font-style: normal;
        font-weight: 600;
-       src: url("SourceCodePro-Semibold.ttf.woff") format('woff');
+       src: url("SourceCodePro-Semibold.woff") format('woff');
 }
 
 * {