summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/library')
-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 be4d263f..422a68f9 100644
--- a/src/library/font.rs
+++ b/src/library/font.rs
@@ -15,7 +15,7 @@ function! {
FontFamilyFunc {
body: body!(opt: body, ctx, errors, decos),
list: header.args.pos.get_all::<StringLike>(errors)
- .map(Into::into)
+ .map(|s| s.0.to_lowercase())
.collect(),
}
}