Skip to content

Commit

Permalink
customizable font directory
Browse files Browse the repository at this point in the history
Co-authored-by: Hummeltech <6109326+hummeltech@users.noreply.github.com>
  • Loading branch information
mapmeld and hummeltech committed Jan 5, 2024
1 parent 605d8cc commit 53d76ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-fonts.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

FONTDIR="./fonts"
FONTDIR="${FONTDIR:-./fonts}"

mkdir -p "${FONTDIR}"

Expand Down

0 comments on commit 53d76ff

Please sign in to comment.