mirror of
https://github.com/penpot/penpot.git
synced 2026-06-11 18:02:06 +00:00
🐛 Fix mistmatch in mapping custom font variants (wasm) (#10122)
This commit is contained in:
parent
d1fb1d34a1
commit
8eedd951a8
@ -100,6 +100,7 @@
|
||||
matching-font (some (fn [[_ font]]
|
||||
(and (= (:font-id font) font-uuid)
|
||||
(= (str (:font-weight font)) (str font-weight))
|
||||
(= (:font-style font) font-style)
|
||||
font))
|
||||
(seq @fonts))]
|
||||
(when matching-font
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user