File tree 2 files changed +7
-3
lines changed 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
44
font-family : 'Source Code Pro' ;
45
45
font-style : normal;
46
46
font-weight : 400 ;
47
- src : local ('Source Code Pro' ), url ("SourceCodePro-Regular.woff" ) format ('woff' );
47
+ /* Avoid using locally installed font because bad versions are in circulation:
48
+ * see https://github.com/rust-lang/rust/issues/24355 */
49
+ src : url ("SourceCodePro-Regular.woff" ) format ('woff' );
48
50
}
49
51
50
52
* : not (body ) {
Original file line number Diff line number Diff line change 52
52
font-family : 'Source Code Pro' ;
53
53
font-style : normal;
54
54
font-weight : 400 ;
55
- src : local ('Source Code Pro' ), url ("SourceCodePro-Regular.woff" ) format ('woff' );
55
+ /* Avoid using locally installed font because bad versions are in circulation:
56
+ * see https://github.com/rust-lang/rust/issues/24355 */
57
+ src : url ("SourceCodePro-Regular.woff" ) format ('woff' );
56
58
}
57
59
@font-face {
58
60
font-family : 'Source Code Pro' ;
59
61
font-style : normal;
60
62
font-weight : 600 ;
61
- src : local ( 'Source Code Pro Semibold' ) , url ("SourceCodePro-Semibold.woff" ) format ('woff' );
63
+ src : url ("SourceCodePro-Semibold.woff" ) format ('woff' );
62
64
}
63
65
64
66
* {
You can’t perform that action at this time.
0 commit comments