binbin888's picture
Sync full project source without secrets
a3916fa verified
Raw
History Blame Contribute Delete
425 Bytes
:root {
font-family:
"Noto Sans SC", "Source Han Sans SC", "Noto Sans", "Liberation Sans",
system-ui, sans-serif;
color: #18211f;
background: #f7f7f2;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
body {
min-width: 320px;
margin: 0;
}
button,
textarea {
letter-spacing: 0;
}