Skip to content

Commit 99a24d5

Browse files
committed
Enable use of DejaVuSans
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent fe1be82 commit 99a24d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::sync::Arc;
66

77
const DEJA_SANS_FONT: &[u8] = include_bytes!("../../fonts/DejaVuSans.ttf");
88

9-
const USE_DEJA : bool = false;
9+
const USE_DEJA: bool = true;
1010

1111
pub(crate) struct CtBencher {
1212
font_system: ct::FontSystem,

0 commit comments

Comments
 (0)