mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 16:38:27 +02:00
🎉 Group typographies
This commit is contained in:
parent
c858707c39
commit
ddbaee228a
4 changed files with 89 additions and 23 deletions
|
@ -381,6 +381,7 @@
|
|||
|
||||
(s/def :internal.typography/id ::id)
|
||||
(s/def :internal.typography/name ::string)
|
||||
(s/def :internal.typography/path (s/nilable ::string))
|
||||
(s/def :internal.typography/font-id ::string)
|
||||
(s/def :internal.typography/font-family ::string)
|
||||
(s/def :internal.typography/font-variant-id ::string)
|
||||
|
@ -402,7 +403,8 @@
|
|||
:internal.typography/font-style
|
||||
:internal.typography/line-height
|
||||
:internal.typography/letter-spacing
|
||||
:internal.typography/text-transform]))
|
||||
:internal.typography/text-transform]
|
||||
:opt-un [:internal.typography/path]))
|
||||
|
||||
(s/def :internal.file/pages
|
||||
(s/coll-of ::uuid :kind vector?))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue