Skip to content

Commit

Permalink
removed open sans font
Browse files Browse the repository at this point in the history
  • Loading branch information
azerupi committed Jun 25, 2015
1 parent 8da9f06 commit 003c3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/rustbook/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> {
format!("--html-after-content={}", postlude.display()),
format!("--markdown-playground-url=http://play.rust-lang.org"),
format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()),
format!("--markdown-css={}",
"http://fonts.googleapis.com/css?family&#61;Open+Sans:400italic,700italic,400,700"
),
"--markdown-no-toc".to_string(),
];
let output_result = rustdoc::main_args(rustdoc_args);
Expand Down
2 changes: 1 addition & 1 deletion src/rustbook/static/rustbook.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

body {
max-width:none;
font: 16px/1.4 'Open Sans', 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
font: 16px/1.4 'Source Serif Pro', Georgia, Times, 'Times New Roman', serif;
line-height: 1.6;
color: #333;
}
Expand Down

0 comments on commit 003c3ea

Please sign in to comment.