mirror of
https://github.com/penpot/penpot.git
synced 2025-03-14 08:41:48 -05:00
🐛 Fix problem with export texts and fonts
This commit is contained in:
parent
581c50b5ff
commit
6ad591eb23
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@
|
||||||
:style {:-webkit-print-color-adjust :exact}
|
:style {:-webkit-print-color-adjust :exact}
|
||||||
:fill "none"}
|
:fill "none"}
|
||||||
|
|
||||||
(let [fonts (ff/frame->fonts object-id objects)]
|
(let [fonts (ff/frame->fonts object objects)]
|
||||||
[:& ff/fontfaces-style {:fonts fonts}])
|
[:& ff/fontfaces-style {:fonts fonts}])
|
||||||
|
|
||||||
(case (:type object)
|
(case (:type object)
|
||||||
|
|
Loading…
Add table
Reference in a new issue