0
Fork 0
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:
alonso.torres 2023-01-24 15:08:58 +01:00
parent 7ac6f49c08
commit 02aab37ee7

View file

@ -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)