mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 01:01:38 +02: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)]
|
(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…
Add table
Add a link
Reference in a new issue