summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-02-04 11:22:00 +0100
committerLaurenz <laurmaedje@gmail.com>2020-02-04 11:22:00 +0100
commit5c11aa72239ecbdd9577f027bdc7e9468d68414e (patch)
tree66d846fb58f38e564eca385a6f86ee8154c503ce /src/library
parentf655656fb8cb6135b26e7960ce0b7adf96d6f567 (diff)
Adapt for tonty and fix a few bugs 🚧
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(),
}
}