wingcss
Version:
A lightweight, responsive CSS Framework
19 lines (16 loc) • 503 B
CSS
/*------------------------------------------------------------
Base Style
------------------------------------------------------------*/
html {
box-sizing: border-box;
font-size: 62.5%;
margin: 0;
padding: 0;
}
body {
letter-spacing: 0.01em;
line-height: 1.6;
font-size: 1.5em;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}