Skip to content

Commit 038cacc

Browse files
author
Loek Hendriks
authored
Update and rename packages/documentation/public/basics/colors.md to packages/documentation/public/brand_identity.md
1 parent 50d49f2 commit 038cacc

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

packages/documentation/public/basics/colors.md renamed to packages/documentation/public/brand_identity.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Primary Color
1+
# Colors
2+
3+
## Primary Color
24

35
```color
46
value: !import primary
57
name: Primary
68
span: 6
79
```
810

9-
# Colors with Meaning
11+
## Colors with Meaning
1012

1113
```color
1214
value: !import positive
@@ -38,8 +40,32 @@ name: Info
3840
span: 2
3941
```
4042

41-
# Grayscale
43+
## Grayscale
4244

4345
```color-palette
4446
colors: !import grayScale
4547
```
48+
49+
# Typography
50+
51+
```type
52+
{
53+
"headings": [28, 22],
54+
"font": "Nitti Grotesk Bold",
55+
}
56+
```
57+
58+
```type
59+
{
60+
"headings": [28],
61+
"font": "Nitti Bold",
62+
}
63+
```
64+
65+
```type
66+
{
67+
"paragraphs": [16/20, 12/16],
68+
kafka: true,
69+
"font": "Nitti Grotesk",
70+
}
71+
```

0 commit comments

Comments
 (0)