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:
parent
f3e1d35f3d
commit
c3a5156a6c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue