mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Properly preserve the font-family name on upload custom font.
This commit is contained in:
parent
ae4b743ea4
commit
e42e1e8751
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
||||||
(uuid/next))]
|
(uuid/next))]
|
||||||
(update current-fonts id (fn [font]
|
(update current-fonts id (fn [font]
|
||||||
(-> font
|
(-> font
|
||||||
(assoc :name name)
|
(assoc :font-family name)
|
||||||
(assoc :font-id font-id))))))
|
(assoc :font-id font-id))))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue