mac-calendar/app/styles/meta/typography.css
2021-10-03 09:58:17 +08:00

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;
}