mirror of
https://github.com/penpot/penpot.git
synced 2025-02-07 23:08:24 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
c4c0e105cf
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@
|
|||
(if (= :google backend)
|
||||
(-> (fonts/gfont-url family [{:id font-variant-id}])
|
||||
(js/fetch)
|
||||
(p/then (fn [res] (.text res)))))
|
||||
(get-local-font-css font-id font-variant-id)))
|
||||
(p/then (fn [res] (.text res))))
|
||||
(get-local-font-css font-id font-variant-id))))
|
||||
|
||||
(defn get-text-font-data [text]
|
||||
(->> text
|
||||
|
|
Loading…
Add table
Reference in a new issue