7 lines
152 B
CSS
7 lines
152 B
CSS
:root {
|
|
font-family: var(--type-family);
|
|
font-size: var(--type-size);
|
|
line-height: var(--type-rhythm);
|
|
text-rendering: var(--type-rendering);
|
|
}
|