]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/rust.css
Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison
[rust.git] / src / doc / rust.css
index 5f216169efe2ce8a81df17f66eaaaf1383cf484f..a92d4ff54db837a6e64dd260d66b3bc5e2e60f43 100644 (file)
@@ -1,15 +1,3 @@
-/**
- * Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
- * file at the top-level directory of this distribution and at
- * http://rust-lang.org/COPYRIGHT.
- * With elements taken from Bootstrap v3.0.2 (MIT licensed).
- *
- * Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
- * http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
- * <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
- * option. This file may not be copied, modified, or distributed
- * except according to those terms.
- */
 @font-face {
        font-family: 'Fira Sans';
        font-style: normal;
        font-family: 'Source Serif Pro';
        font-style: normal;
        font-weight: 400;
-       src: local('Source Serif Pro'), url("SourceSerifPro-Regular.woff") format('woff');
+       src: local('Source Serif Pro'), url("SourceSerifPro-Regular.ttf.woff") format('woff');
 }
 @font-face {
        font-family: 'Source Serif Pro';
        font-style: italic;
        font-weight: 400;
-       src: url("Heuristica-Italic.woff") format('woff');
+       src: url("SourceSerifPro-It.ttf.woff") format('woff');
 }
 @font-face {
        font-family: 'Source Serif Pro';
        font-style: normal;
        font-weight: 700;
-       src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.woff") format('woff');
+       src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.ttf.woff") format('woff');
 }
 @font-face {
        font-family: 'Source Code Pro';