@zohodesk/docs-builder
Version:
docs-builder is used to build your own docs
16 lines (14 loc) • 326 B
CSS
* {
padding: 0;
box-sizing: 0;
margin: 0;
}
html,
body {
height: 100%;
width: 100%;
}
body{
font-family: 'Poppins','Inter', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400&family=Roboto+Mono:wght@400&family=Poppins:wght@400&family=Inter:wght@400&display=swap');