summaryrefslogtreecommitdiffstats
path: root/test/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/lib.rs')
-rw-r--r--test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/lib.rs b/test/src/lib.rs
index c9096211..232b447e 100644
--- a/test/src/lib.rs
+++ b/test/src/lib.rs
@@ -33,7 +33,7 @@ pub fn interface<'a, Message, Theme>(
let size = Size::new(512.0, 512.0);
let mut renderer = Renderer::Secondary(tiny_skia::Renderer::new(
- Font::default(),
+ Font::with_name("Fira Sans"),
Pixels(16.0),
));