10 lines
167 B
CSS
10 lines
167 B
CSS
:root {
|
|
--type-family: system-ui;
|
|
--type-rendering: optimizeLegibility;
|
|
--type-rhythm: 1.5;
|
|
--type-sentence: 60ch;
|
|
--type-size: 14px;
|
|
|
|
--shy-size: 12px;
|
|
}
|