mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 15:31:37 +02:00
🐛 Fix text weight on inspect code
This commit is contained in:
parent
545b3860b4
commit
4f82f6bde4
4 changed files with 19 additions and 1 deletions
|
@ -146,6 +146,7 @@
|
|||
:font-family
|
||||
:font-style
|
||||
:font-size
|
||||
:font-weight
|
||||
:line-height
|
||||
:letter-spacing
|
||||
:text-decoration
|
||||
|
@ -154,6 +155,7 @@
|
|||
:format {:font-family #(str "'" % "'")
|
||||
:font-style #(str %)
|
||||
:font-size #(str % "px")
|
||||
:font-weight #(str %)
|
||||
:line-height #(str %)
|
||||
:letter-spacing #(str % "px")
|
||||
:text-decoration name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue