@spaceone/design-system
Version:
SpaceONE Design System
76 lines (63 loc) • 1.15 kB
CSS
/* INIT */
/*
html:lang(ko), body:lang(ko) {
font-family: 'Roboto', $font-basic;
}
html:lang(en), body:lang(en) {
font-family: 'Roboto', $font-basic;
}
*/
html, body {
font-family: 'Noto Sans', 'Roboto', arial, sans-serif;
font-size: 16px;
font-weight: 400;
width: 100vw;
height: 100vh;
word-wrap: break-word;
word-break: keep-all;
overflow: hidden;
}
body {
line-height: 16.8px;
color: #222532;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
}
i, span, div, input, textarea, article, main, ul, li {
font-size: inherit;
font-weight: inherit;
color: inherit;
word-spacing: inherit;
letter-spacing: inherit;
vertical-align: inherit;
text-align: inherit;
}
textarea:focus, input:focus {
outline: none;
}
:focus {
outline: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans', 'Roboto', arial, sans-serif;
margin: 0;
color: inherit;
word-spacing: inherit;
letter-spacing: inherit;
vertical-align: inherit;
text-align: inherit;
}
a {
color: inherit;
}
a:hover {
color: inherit;
text-decoration: unset;
}
p {
margin: 0;
}
summary {
display: block;
}