mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 04:47:17 +02:00
🐛 Fix font kerning on export
This commit is contained in:
parent
fbf06a4de0
commit
f05e37590a
2 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
|||
|
||||
(def browser-pool-factory
|
||||
(letfn [(create []
|
||||
(p/let [browser (.launch pw/chromium)
|
||||
(p/let [opts #js {:args #js ["--font-render-hinting=none"]}
|
||||
browser (.launch pw/chromium opts)
|
||||
id (swap! pool-browser-id inc)]
|
||||
(l/info :origin "factory" :action "create" :browser-id id)
|
||||
(unchecked-set browser "__id" id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue