mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🐛 Fix bold typefaces in thumbnails
This commit is contained in:
parent
7ac6f49c08
commit
02aab37ee7
@ -283,7 +283,7 @@
|
|||||||
(let [variant (d/seek #(= (:id %) font-variant-id) variants)]
|
(let [variant (d/seek #(= (:id %) font-variant-id) variants)]
|
||||||
(-> (generate-gfonts-url
|
(-> (generate-gfonts-url
|
||||||
{:family family
|
{:family family
|
||||||
:variants [{:id variant}]})
|
:variants [variant]})
|
||||||
(http/fetch-text)))
|
(http/fetch-text)))
|
||||||
|
|
||||||
(= :custom backend)
|
(= :custom backend)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user