mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
🐛 Fix bold typefaces in thumbnails
This commit is contained in:
parent
7ac6f49c08
commit
02aab37ee7
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@
|
|||
(let [variant (d/seek #(= (:id %) font-variant-id) variants)]
|
||||
(-> (generate-gfonts-url
|
||||
{:family family
|
||||
:variants [{:id variant}]})
|
||||
:variants [variant]})
|
||||
(http/fetch-text)))
|
||||
|
||||
(= :custom backend)
|
||||
|
|
Loading…
Add table
Reference in a new issue