Font Import
Closed this issue · 1 comments
sethsandaru commented
Problems
All render services are supporting custom fonts, DocKing should have a way to let users to import their own font.
Solutions
- New table:
fonts (uuid, key, name, path, created_at, updated_at)
- New page for Create / Read / Delete
- New metadata to load font(s) on demand
sethsandaru commented
1 thing to keep in mind, if we will deploy DocKing in multiple nodes, those nodes need to either:
- copy the
fonts
folder instorage
and paste it to the new nodes - having a "shared" folder (mounted) to put fonts there