This commit is contained in:
Nikita Ivanov 2022-07-28 03:16:30 +05:00
parent 9e2be65d68
commit 2a890bdeae
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -1,7 +1,7 @@
# font: fontimage
font() {
fontimage -o "$cache_f.png" "$f" &&
fontimage -o "$cache_f.png" "$f" 2> /dev/null &&
mv -- "$cache_f.png" "$cache_f"
}