File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 14
14
font-family : 'Source Serif Pro' ;
15
15
font-style : normal;
16
16
font-weight : 400 ;
17
- src : local ('Source Serif Pro' ), url ("SourceSerifPro-Regular.woff" ) format ('woff' );
17
+ src : local ('Source Serif Pro' ), url ("SourceSerifPro-Regular.ttf. woff" ) format ('woff' );
18
18
}
19
19
@font-face {
20
20
font-family : 'Source Serif Pro' ;
21
21
font-style : italic;
22
22
font-weight : 400 ;
23
- src : url ("Heuristica-Italic .woff" ) format ('woff' );
23
+ src : url ("SourceSerifPro-It.ttf .woff" ) format ('woff' );
24
24
}
25
25
@font-face {
26
26
font-family : 'Source Serif Pro' ;
27
27
font-style : normal;
28
28
font-weight : 700 ;
29
- src : local ('Source Serif Pro Bold' ), url ("SourceSerifPro-Bold.woff" ) format ('woff' );
29
+ src : local ('Source Serif Pro Bold' ), url ("SourceSerifPro-Bold.ttf. woff" ) format ('woff' );
30
30
}
31
31
@font-face {
32
32
font-family : 'Source Code Pro' ;
Original file line number Diff line number Diff line change
1
+ [book ]
2
+ title = " The Rust Unstable Book"
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ macro_rules! eprintln {
240
240
/// Note that the macro is intended as a debugging tool and therefore you
241
241
/// should avoid having uses of it in version control for longer periods.
242
242
/// Use cases involving debug output that should be added to version control
243
- /// are better served by macros such as [`debug!`][debug-log] from the [`log`][log ] crate.
243
+ /// are better served by macros such as [`debug!`] from the [`log`] crate.
244
244
///
245
245
/// # Stability
246
246
///
@@ -315,8 +315,8 @@ macro_rules! eprintln {
315
315
/// file and line whenever it's reached.
316
316
///
317
317
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
318
- /// [debug-log ]: https://docs.rs/log/*/log/macro.debug.html
319
- /// [log]: https://docs.rs/log/
318
+ /// [` debug!` ]: https://docs.rs/log/*/log/macro.debug.html
319
+ /// [` log` ]: https://crates.io/crates/log
320
320
#[ macro_export]
321
321
#[ stable( feature = "dbg_macro" , since = "1.32.0" ) ]
322
322
macro_rules! dbg {
You can’t perform that action at this time.
0 commit comments