summaryrefslogtreecommitdiff
path: root/src/library/font.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-04 23:31:35 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-04 23:31:35 +0200
commit335fa2d118718b4dba539294a8ef6c96c5bbf09e (patch)
tree08e48d0c18c350bc9479d0d801d2320628d8e4a2 /src/library/font.rs
parent605ab104c5e041c345007020d277b4c6267debe6 (diff)
Small improvements 🍪
Diffstat (limited to 'src/library/font.rs')
-rw-r--r--src/library/font.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/font.rs b/src/library/font.rs
index 0a28beaa..60380def 100644
--- a/src/library/font.rs
+++ b/src/library/font.rs
@@ -1,8 +1,8 @@
use fontdock::{FontStretch, FontStyle, FontWeight};
-use super::*;
use crate::eval::StringLike;
use crate::geom::Linear;
+use crate::prelude::*;
/// `font`: Configure the font.
///