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

19 lines
469 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;
}
2022-12-05 02:49:45 +03:00
</style>