removed open sans font
This commit is contained in:
parent
8da9f0643f
commit
003c3eaa62
2 changed files with 1 additions and 4 deletions
|
|
@ -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=Open+Sans:400italic,700italic,400,700"
|
||||
),
|
||||
"--markdown-no-toc".to_string(),
|
||||
];
|
||||
let output_result = rustdoc::main_args(rustdoc_args);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue