feat(dl): Automatically attach fonts used within SSAv4 subs

The fonts must be within the /devine/fonts folder. This folder location can be changed in the config. If a font is missing it will warn the user and continue.

Closes #82
This commit is contained in:
rlaphoenix
2024-03-25 06:45:07 +00:00
parent 057e4efb56
commit eeab8a4f39
4 changed files with 27 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ The following directories are available and may be overridden,
- `commands` - CLI Command Classes.
- `services` - Service Classes.
- `vaults` - Vault Classes.
- `fonts` - Font files (ttf or otf).
- `downloads` - Downloads.
- `temp` - Temporary files or conversions during download.
- `cache` - Expiring data like Authorization tokens, or other misc data.