mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
9 lines
260 B
CSS
9 lines
260 B
CSS
body {
|
|
font-family: var(--font-sans);
|
|
font-size: var(--text-base);
|
|
font-weight: var(--weight-normal);
|
|
line-height: var(--leading-base);
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-rendering: optimizeLegibility;
|
|
} |