File tree Expand file tree Collapse file tree 2 files changed +74
-3
lines changed
Expand file tree Collapse file tree 2 files changed +74
-3
lines changed Original file line number Diff line number Diff line change 1+ # Colors
2+
3+ ## Primary Color
4+
5+ ``` color
6+ value: !import primary
7+ name: Primary
8+ span: 6
9+ ```
10+
11+ ## Colors with Meaning
12+
13+ ``` color
14+ value: !import positive
15+ name: Positive
16+ span: 2
17+ ```
18+
19+ ``` color
20+ value: !import warning
21+ name: Warning
22+ span: 2
23+ ```
24+
25+ ``` color
26+ value: !import negative
27+ name: Negative
28+ span: 2
29+ ```
30+
31+ ``` color
32+ value: !import disabled
33+ name: Disabled
34+ span: 2
35+ ```
36+
37+ ``` color
38+ value: !import info
39+ name: Info
40+ span: 2
41+ ```
42+
43+ ## Grayscale
44+
45+ ``` color-palette
46+ colors: !import grayScale
47+ ```
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+ ```
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ class App extends Component {
4646 content : pageLoader ( "./general-introduction.md" )
4747 } ,
4848 {
49- path : "/brand -identity" ,
50- title : "Brand Identity" ,
49+ path : "/visual -identity" ,
50+ title : "Visual Identity" ,
5151 imports : {
5252 ...offcourse . colors ,
5353 grayScale : offcourse . namedGrayScale
5454 } ,
55- content : pageLoader ( "./brand -identity.md" )
55+ content : pageLoader ( "./visual -identity.md" )
5656 } ,
5757 {
5858 title : "Atoms" ,
You can’t perform that action at this time.
0 commit comments