How-to guides
Download a font family
Select multiple weights from the highest-ranked family source.
Add entire family or all weights to a get query:
moji get "Inter entire family" --dry-run
moji get "Source Sans all weights" --format otf --dry-runMoji groups files by normalized family name and source. It selects files from the source containing the highest-ranked result instead of mixing unrelated uploads.
Use --max to cap the number of files:
moji get "Inter entire family" --max 6 --dry-runAfter reviewing the list, remove --dry-run:
moji get "Inter entire family" --max 6Existing content is deduplicated by SHA-256 even when two sources use different filenames. Moji refuses to overwrite a different file with the same filename.