mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 15:16:58 +02:00
🐛 Fix font loading on viewer app.
This commit is contained in:
parent
8c68e29bf3
commit
8a700170b0
2 changed files with 11 additions and 2 deletions
|
@ -50,9 +50,14 @@
|
|||
libs (files/retrieve-file-libraries conn false file-id)
|
||||
users (teams/retrieve-users conn (:team-id project))
|
||||
|
||||
fonts (db/query conn :team-font-variant
|
||||
{:team-id (:team-id project)
|
||||
:deleted-at nil})
|
||||
|
||||
bundle {:file file
|
||||
:page page
|
||||
:users users
|
||||
:fonts fonts
|
||||
:project project
|
||||
:libraries libs}]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue