shipsaas/docking

Font Import

Closed this issue · 1 comments

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

1 thing to keep in mind, if we will deploy DocKing in multiple nodes, those nodes need to either:

  • copy the fonts folder in storage and paste it to the new nodes
  • having a "shared" folder (mounted) to put fonts there