mirror of
https://github.com/penpot/penpot.git
synced 2026-06-16 04:12:03 +00:00
🐛 Fix mistmatch in mapping custom font variants (wasm)
This commit is contained in:
parent
ccd34a2705
commit
c94871f86c
@ -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