0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix rules font family.

This commit is contained in:
Andrey Antukh 2020-05-12 08:47:13 +02:00
parent f3e1d35f3d
commit c3a5156a6c

View file

@ -46,7 +46,7 @@
(.fillRect dctx 0 0 20 size)
(.translate dctx 0 txfm)))
(obj/set! dctx "font" "12px serif")
(obj/set! dctx "font" "12px sourcesanspro")
(obj/set! dctx "fillStyle" "#7B7D85")
(obj/set! dctx "strokeStyle" "#7B7D85")
(obj/set! dctx "textAlign" "center")