We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1be82 commit 99a24d5Copy full SHA for 99a24d5
benches/utils/mod.rs
@@ -6,7 +6,7 @@ use std::sync::Arc;
6
7
const DEJA_SANS_FONT: &[u8] = include_bytes!("../../fonts/DejaVuSans.ttf");
8
9
-const USE_DEJA : bool = false;
+const USE_DEJA: bool = true;
10
11
pub(crate) struct CtBencher {
12
font_system: ct::FontSystem,
0 commit comments