Skip to content

Commit db9744e

Browse files
committed
---
yaml --- r: 226214 b: refs/heads/snap-stage3 c: 003c3ea h: refs/heads/master v: v3
1 parent b0bed0b commit db9744e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: e5d90d98402475b6e154ce216f9efcb80da1a747
3-
refs/heads/snap-stage3: 8da9f0643f92f88b09d06497db7e92cde2a9c9e7
3+
refs/heads/snap-stage3: 003c3eaa62981b791f9eb7bcad015baa1e00d98c
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/rustbook/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> {
145145
format!("--html-after-content={}", postlude.display()),
146146
format!("--markdown-playground-url=http://play.rust-lang.org"),
147147
format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()),
148-
format!("--markdown-css={}",
149-
"http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"
150-
),
151148
"--markdown-no-toc".to_string(),
152149
];
153150
let output_result = rustdoc::main_args(rustdoc_args);

branches/snap-stage3/src/rustbook/static/rustbook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
body {
1616
max-width:none;
17-
font: 16px/1.4 'Open Sans', 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
17+
font: 16px/1.4 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
1818
line-height: 1.6;
1919
color: #333;
2020
}

0 commit comments

Comments
 (0)