mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 02:21:44 +08:00
🐛 Fix mistmatch in mapping custom font variants (wasm) (#10122)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user