File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4444 font-family : 'Source Code Pro' ;
4545 font-style : normal;
4646 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' );
4850}
4951
5052* : not (body ) {
Original file line number Diff line number Diff line change 5252font-family : 'Source Code Pro' ;
5353font-style : normal;
5454font-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' );
5658}
5759@font-face {
5860font-family : 'Source Code Pro' ;
5961font-style : normal;
6062font-weight : 600 ;
61- src : local ( 'Source Code Pro Semibold' ) , url ("SourceCodePro-Semibold.woff" ) format ('woff' );
63+ src : url ("SourceCodePro-Semibold.woff" ) format ('woff' );
6264}
6365
6466* {
You can’t perform that action at this time.
0 commit comments