twenty/front/.storybook/preview-head.html

32 lines
696 B
HTML
Raw Normal View History

<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.7/iframeResizer.contentWindow.min.js"></script>
2022-12-05 02:49:45 +03:00
<style type="text/css">
body {
margin: 0;
2023-04-09 17:43:43 +03:00
font-family: 'Inter', sans-serif;
2022-12-05 02:49:45 +03:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 13px;
}
.sbdocs-wrapper {
padding: 0 !important;
}
*::-webkit-scrollbar {
height: 4px;
width: 4px;
}
*::-webkit-scrollbar-corner {
background-color: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: transparent;
border-radius: 2px;
}
2022-12-05 02:49:45 +03:00
</style>