nishant-design-system
Version:
Sense UI components library
132 lines (116 loc) • 2.16 kB
HTML
<style type="text/css">
@font-face {
font-family: 'Centra No 2';
src: url('fonts/CentraNo2-Book.woff2') format('woff2'),
url('fonts/CentraNo2-Book.woff') format('woff');
font-weight: 300 400;
font-style: normal;
font-display: auto;
}
@font-face {
font-family: 'Centra No 2';
src: url('fonts/CentraNo2-BookItalic.woff2') format('woff2'),
url('fonts/CentraNo2-BookItalic.woff') format('woff');
font-weight: 300 400;
font-style: italic;
font-display: auto;
}
@font-face {
font-family: 'Centra No 2';
src: url('fonts/CentraNo2-Medium.woff2') format('woff2'),
url('fonts/CentraNo2-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: auto;
}
html,
body {
display: flex;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background: white;
color: #606060;
font-size: 16px;
text-size-adjust: none;
font-feature-settings: 'tnum';
}
html.fixed,
body.fixed {
overflow: hidden;
}
/* standard resets */
a {
text-decoration: none;
font-weight: inherit;
color: inherit;
}
button {
padding: 0;
}
input,
textarea,
button {
font: inherit;
font-size: inherit;
text-transform: inherit;
color: inherit;
outline: none;
background: transparent;
border: none;
margin: 0;
}
*,
::after,
::before {
box-sizing: border-box;
}
div,
nav,
header,
footer,
section,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
figure,
figcaption,
form,
label,
::before,
::after {
margin: 0;
}
body {
font-family: 'Centra No 2';
background: #fafafa;
}
#root {
font-family: initial;
background: #fafafa;
}
#docs-root {
font-family: 'Centra No 2';
}
[class*='sbdocs'] {
font-family: 'Centra No 2' ;
}
[class*='docblock'] {
font-family: 'Centra No 2' ;
}
#docs-root .sbdocs {
background: #fafafa ;
}
#docs-root .sbdocs .docs-story {
font-family: initial ;
}
#root,
#root div {
display: flex;
}
</style>